aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/codegen.cpp')
-rw-r--r--src/codegen/codegen.cpp1
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);