Skip to content

Commit

Permalink
chore: Remove unused function_stack property
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinah95 authored Aug 17, 2023
1 parent e7114a1 commit 3b21d7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ class NestingStack(object):
def __init__(self):
self.nesting_stack = []
self.pending_function = None
self.function_stack = []

def with_namespace(self, name):
return ''.join([x.name_in_space for x in self.nesting_stack] + [name])
Expand Down

0 comments on commit 3b21d7c

Please sign in to comment.