Remove a comment

This commit is contained in:
bʰedoh₂ swé 2024-06-09 22:32:25 +05:00
parent 6e1de39a2e
commit 743bda0437

View File

@ -35,7 +35,6 @@ void process(tSyntaxElement* tree, tProcessingData* pdata) {
while (1) {
if (pd->replacethis == NULL)
break;
// Да блядь.
if (tree->type == TOKEN)
if (strcmp(tree->content, pd->replacethis) == 0) {
free(tree->content);