diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-10 16:38:55 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-10 16:38:55 +0200 |
commit | d2636e63fd823e537f61b5e9d33a85aa0626f0aa (patch) | |
tree | 1041902cfd6820605314424f239b27c18ae4ef2b /apt-pkg/contrib/fileutl.h | |
parent | 88f5f8258f0d6f9d3a188ccf8a89f36243ea14b5 (diff) |
remove more merge artifacts
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index f8e30e6ea..3ec01dd9a 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -184,9 +184,6 @@ bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0); pid_t ExecFork(); bool ExecWait(pid_t Pid,const char *Name,bool Reap = false); -// check if the given file starts with a PGP cleartext signature -bool StartsWithGPGClearTextSignature(std::string const &FileName); - // File string manipulators std::string flNotDir(std::string File); std::string flNotFile(std::string File); @@ -194,6 +191,4 @@ std::string flNoLink(std::string File); std::string flExtension(std::string File); std::string flCombine(std::string Dir,std::string File); - - #endif |