aboutsummaryrefslogtreecommitdiff
path: root/include/remove_pkg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/remove_pkg.hh')
-rw-r--r--include/remove_pkg.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/remove_pkg.hh b/include/remove_pkg.hh
deleted file mode 100644
index fc9ed9d..0000000
--- a/include/remove_pkg.hh
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef REMOVE_PKG
-#define REMOVE_PKG
-
-#include <unistd.h>
-#include "vars.hh"
-void remove_pkg(Pkg pkg);
-
-#endif