aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-03-10 15:14:50 +0000
committerCori Barker <coribarker2@gmail.com>2026-03-10 15:14:50 +0000
commitc364efa08dff0abef9e043e2e28cf2d8dc6b95b3 (patch)
treedf32277154c821921fb179cc12607ce43dc6966f /include
parent64c0ed967b0a800ce950c58cb6c20395ccef86ec (diff)
refactored scope
Diffstat (limited to 'include')
-rw-r--r--include/scope.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scope.hpp b/include/scope.hpp
index 7d66f0f..69c70f6 100644
--- a/include/scope.hpp
+++ b/include/scope.hpp
@@ -7,5 +7,4 @@ public:
private:
std::vector<Symbol> symbols;
int scope_level;
-
};