aboutsummaryrefslogtreecommitdiff
path: root/include/add_repo.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/add_repo.hh')
-rw-r--r--include/add_repo.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/add_repo.hh b/include/add_repo.hh
deleted file mode 100644
index ddc1fee..0000000
--- a/include/add_repo.hh
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef ADD_REPO
-#define ADD_REPO
-
-#include <string>
-void add_repo(std::string repo, std::string repo_name);
-
-#endif