aboutsummaryrefslogtreecommitdiff
path: root/src/json_parser.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:26:24 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:26:24 -0800
commit5311219de78a301e387ecb695005175d38698dbe (patch)
tree64dd03f73c51e8e291781e5ba635d99870d93b6f /src/json_parser.zig
parent4119f6001015858e8087451c575e851364058fc5 (diff)
downloadbun-5311219de78a301e387ecb695005175d38698dbe.tar.gz
bun-5311219de78a301e387ecb695005175d38698dbe.tar.zst
bun-5311219de78a301e387ecb695005175d38698dbe.zip
dead code
Diffstat (limited to 'src/json_parser.zig')
-rw-r--r--src/json_parser.zig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/json_parser.zig b/src/json_parser.zig
index a1eeb20c5..ed5e42d85 100644
--- a/src/json_parser.zig
+++ b/src/json_parser.zig
@@ -16,9 +16,6 @@ const MutableString = _global.MutableString;
const stringZ = _global.stringZ;
const default_allocator = _global.default_allocator;
const C = _global.C;
-usingnamespace @import("ast/base.zig");
-usingnamespace js_ast.G;
-
const expect = std.testing.expect;
const ImportKind = importRecord.ImportKind;
const BindingNodeIndex = js_ast.BindingNodeIndex;