aboutsummaryrefslogtreecommitdiff
path: root/structs.c
diff options
context:
space:
mode:
Diffstat (limited to 'structs.c')
-rw-r--r--structs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.c b/structs.c
index 94a04de9..7c652678 100644
--- a/structs.c
+++ b/structs.c
@@ -62,7 +62,6 @@ CORD compile_struct_header(env_t *env, ast_t *ast)
struct_code = CORD_all(struct_code, "};\n");
type_t *t = Table$str_get(*env->types, def->name);
return CORD_all(
- "typedef struct ", full_name, "_s ", full_name, "_t;\n",
"struct ", full_name, "_s {\n",
fields,
"};\n",