summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scope.h b/src/scope.h
index 1b2566d5..84dfd3ea 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -404,10 +404,6 @@ public:
TRACE_DTOR(call_scope_t);
}
- virtual string description() {
- return context_scope_t::description();
- }
-
void set_args(const value_t& _args) {
args = _args;
}