diff options
Diffstat (limited to 'cpp/041name')
-rw-r--r-- | cpp/041name | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/041name b/cpp/041name index 7aede15a..f97acd70 100644 --- a/cpp/041name +++ b/cpp/041name @@ -110,10 +110,6 @@ bool is_raw(const reagent& r) { return false; } -bool is_number(const string& s) { - return s.find_first_not_of("0123456789-.") == string::npos; -} - :(scenario "convert_names_passes_dummy") # _ is just a dummy result that never gets consumed recipe main [ |