summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-07 11:31:02 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-07 11:31:02 -0600
commitf525dabf391903936da36a34d8f3045dc3b58efd (patch)
tree4585e9019c817e51398d37d5c3101cd04a2a8c32 /src/scope.h
parent0b8d024efc71444209bdb9f66287c4dbe2db43c0 (diff)
downloadfork-ledger-f525dabf391903936da36a34d8f3045dc3b58efd.tar.gz
fork-ledger-f525dabf391903936da36a34d8f3045dc3b58efd.tar.bz2
fork-ledger-f525dabf391903936da36a34d8f3045dc3b58efd.zip
Removed unnecessary method definition
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;
}