summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-12-28 15:53:57 -1000
committerSam Bingner <sam@bingner.com>2019-01-22 08:45:24 -1000
commitb3d27b44eaa5986d1066257bf9cc020814f99275 (patch)
treecfa592fb53be9ee9a3f93cb343dfee256c832bf7 /apt-pkg/contrib/fileutl.h
parent9d801c75cdf8e48a8013257c684c7702806dde6c (diff)
Remove RunCmd
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index 932538206..446120a3c 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -159,7 +159,6 @@ class FileFd
};
-int RunCmd(const char *Cmd);
bool RunScripts(const char *Cnf);
bool CopyFile(FileFd &From,FileFd &To);
bool RemoveFile(char const * const Function, std::string const &FileName);