Removed unnecessary method definition

This commit is contained in:
John Wiegley 2012-03-07 11:31:02 -06:00
parent 0b8d024efc
commit f525dabf39

View file

@ -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;
}