diff --git a/src/ast.c b/src/ast.c index e55ce531be7e9d8c73311132c740574ffaf4cbd5..ca122c90647d4c21222d2f47dacd535e70410ad1 100644 --- a/src/ast.c +++ b/src/ast.c @@ -232,8 +232,6 @@ struct mcc_ast_identifier *mcc_ast_new_identifier(char *value) if (!id) { return NULL; } -// char *str = malloc((strlen(value) + 1) * sizeof(char)); -// strcpy(str, value); id->i_value = value; return id;