changed: disable unused function

kept around as it is handy for debugging
This commit is contained in:
Arne Morten Kvarving
2019-09-18 13:20:43 +02:00
parent d2aaff46e0
commit 0e108311e3

View File

@@ -7,6 +7,7 @@ namespace Action {
namespace {
#if 0
inline std::string tokenString(TokenType op) {
switch (op) {
@@ -44,6 +45,7 @@ inline std::string tokenString(TokenType op) {
return "????";
}
}
#endif
bool eval_cmp_scalar(double lhs, TokenType op, double rhs) {
switch (op) {