summaryrefslogtreecommitdiff
path: root/src/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.h')
-rw-r--r--src/helpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h
index 96a13c12..bd04e416 100644
--- a/src/helpers.h
+++ b/src/helpers.h
@@ -317,8 +317,6 @@ template <typename Iterator> std::string getSharedDirectory(Iterator first, Iter
return result;
}
-void ParseArgv(int, char **);
-
template <typename T> struct StringConverter {
const char *operator()(const char *s) { return s; }
};