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