summaryrefslogtreecommitdiff
path: root/src/utils/revstr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/revstr.hpp')
-rw-r--r--src/utils/revstr.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils/revstr.hpp b/src/utils/revstr.hpp
deleted file mode 100644
index 27c9e3e..0000000
--- a/src/utils/revstr.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef REVSTR_HPP_INCLUDED
-# define REVSTR_HPP_INCLUDED
-
-#include <string>
-
-namespace utils
-{
- std::string revstr(const std::string& original);
-}
-
-#endif // REVSTR_HPP_INCLUDED