From cffb895797998f18bbf80c1f1e67c44f511c51cf Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 25 Jun 2012 19:11:13 +0200 Subject: remove ugly id_to_str param in idvaluemap and str_to_str --- src/utils.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/utils.hh') 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& lhs, T* rhs) return lhs.get() == rhs; } -inline String str_to_str(const String& str) -{ - return str; -} - } #endif // utils_hh_INCLUDED -- cgit v1.2.3