From 8e660afb356c1f6d0b9cd115426cf21129e5d304 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Sat, 6 Apr 2024 20:00:31 -0600 Subject: Untested SymbolTable full implementation --- st/MethodInstance.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'st/MethodInstance.java') 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; - } - } -- cgit v1.2.3