diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 75bd41abe..8d4652a3c 100644 --- a/src/common.h +++ b/src/common.h @@ -13,6 +13,4 @@ void strip(std::string& line); inline std::string strip(const std::string& line) { std::string s = line; strip(s); return s; } -std::vector<std::string> parse(const std::string& line); - #endif |