Remove a comment
This commit is contained in:
parent
6e1de39a2e
commit
743bda0437
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user