summaryrefslogtreecommitdiff
path: root/src/utils.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-06-25 19:11:13 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-06-25 19:11:13 +0200
commitcffb895797998f18bbf80c1f1e67c44f511c51cf (patch)
tree39106dab298cdc94362bd9692f7e61225cb3eced /src/utils.hh
parentccec35f88cf58f61d08dc4aa8801aa8b2f5b75de (diff)
remove ugly id_to_str param in idvaluemap and str_to_str
Diffstat (limited to 'src/utils.hh')
-rw-r--r--src/utils.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils.hh b/src/utils.hh
index ebde984f..e6d37cb8 100644
--- a/src/utils.hh
+++ b/src/utils.hh
@@ -117,11 +117,6 @@ bool operator== (const std::unique_ptr<T>& lhs, T* rhs)
return lhs.get() == rhs;
}
-inline String str_to_str(const String& str)
-{
- return str;
-}
-
}
#endif // utils_hh_INCLUDED