diff options
Diffstat (limited to 'src/Symbol.cpp')
-rw-r--r-- | src/Symbol.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Symbol.cpp b/src/Symbol.cpp index f16fef1..53060c6 100644 --- a/src/Symbol.cpp +++ b/src/Symbol.cpp @@ -24,7 +24,6 @@ using std::string; namespace Raul { - bool Symbol::is_valid(const std::basic_string<char>& symbol) { @@ -50,7 +49,6 @@ Symbol::is_valid(const std::basic_string<char>& symbol) return true; } - /** Convert a string to a valid symbol. * * This will make a best effort at turning @a str into a complete, valid @@ -71,6 +69,5 @@ Symbol::symbolify(const std::basic_string<char>& str) return symbol; } - } // namespace Raul |