diff options
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/report.cc b/src/report.cc index 4578667b..ff7223a8 100644 --- a/src/report.cc +++ b/src/report.cc @@ -1033,8 +1033,6 @@ expr_t::ptr_op_t report_t::lookup(const symbol_t::kind_t kind, case 's': if (is_eq(p, "stats") || is_eq(p, "stat")) return WRAP_FUNCTOR(report_statistics); - else if (is_eq(p, "server")) - return session.lookup(symbol_t::COMMAND, "server"); break; case 'x': |