diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-23 14:59:58 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-23 14:59:58 +0100 |
| commit | a31bab5aae10757f5029b00e39beb0e3815b92b1 (patch) | |
| tree | b7d2f888cc553f4d6e4b47ff1470c303c5d05c7e /src/codegen/codegen.cpp | |
| parent | ee0aa7b9de907e70e00ca3ab891087c2ee86a31b (diff) | |
Unicode file loading; push_allocator & push_context
Diffstat (limited to 'src/codegen/codegen.cpp')
| -rw-r--r-- | src/codegen/codegen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen/codegen.cpp b/src/codegen/codegen.cpp index 4a4a7da46..e66d4fd03 100644 --- a/src/codegen/codegen.cpp +++ b/src/codegen/codegen.cpp @@ -48,7 +48,6 @@ String ssa_mangle_name(ssaGen *s, String path, String name) { if (str[i] == '\\') { str[i] = '/'; } - } char const *base = gb_path_base_name(str); |