Removed unnecessary method definition
This commit is contained in:
parent
0b8d024efc
commit
f525dabf39
1 changed files with 0 additions and 4 deletions
|
|
@ -404,10 +404,6 @@ public:
|
||||||
TRACE_DTOR(call_scope_t);
|
TRACE_DTOR(call_scope_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual string description() {
|
|
||||||
return context_scope_t::description();
|
|
||||||
}
|
|
||||||
|
|
||||||
void set_args(const value_t& _args) {
|
void set_args(const value_t& _args) {
|
||||||
args = _args;
|
args = _args;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue