drop removed arg types in repl

master
Daniel Kolesa 2021-03-23 02:23:24 +01:00
parent 4b766a380f
commit 3d9f73c7b2
1 changed files with 0 additions and 4 deletions

View File

@ -51,14 +51,10 @@ inline std::string_view get_arg_type(char arg) {
return "float_prev";
case 't':
return "any";
case 'T':
return "any_m";
case 'E':
return "cond";
case 'N':
return "numargs";
case 'S':
return "str_m";
case 's':
return "str";
case 'e':