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