diff options
Diffstat (limited to 'st/MethodInstance.java')
-rw-r--r-- | st/MethodInstance.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/st/MethodInstance.java b/st/MethodInstance.java index d6c22b6..25096d2 100644 --- a/st/MethodInstance.java +++ b/st/MethodInstance.java @@ -24,12 +24,4 @@ public class MethodInstance extends AbstractInstance { this.lvars.add(lvar); } - public AbstractInstance getScope() { - /** - * Returns the scope of the method, or - * `null' if unset. - */ - return this.scope; - } - } |