aboutsummaryrefslogtreecommitdiff
path: root/include/install_pkg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/install_pkg.hh')
-rw-r--r--include/install_pkg.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/install_pkg.hh b/include/install_pkg.hh
deleted file mode 100644
index 76382d2..0000000
--- a/include/install_pkg.hh
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef INSTALL_PKG
-#define INSTALL_PKG
-
-#include "vars.hh"
-void install_pkg(Pkg pkg);
-
-#endif