diff options
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index b85d7ce8..c19adfc2 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -106,7 +106,6 @@ public: } value_t python_command(call_scope_t& scope); - value_t server_command(call_scope_t& args); class functor_t { functor_t(); |