Skip to content
Snippets Groups Projects
Commit 85c0e23c authored by Clemens Paumgarten's avatar Clemens Paumgarten
Browse files

remove some unnecessary code

parent a62cdf65
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment