Remove a comment
This commit is contained in:
parent
6e1de39a2e
commit
743bda0437
@ -35,7 +35,6 @@ void process(tSyntaxElement* tree, tProcessingData* pdata) {
|
|||||||
while (1) {
|
while (1) {
|
||||||
if (pd->replacethis == NULL)
|
if (pd->replacethis == NULL)
|
||||||
break;
|
break;
|
||||||
// Да блядь.
|
|
||||||
if (tree->type == TOKEN)
|
if (tree->type == TOKEN)
|
||||||
if (strcmp(tree->content, pd->replacethis) == 0) {
|
if (strcmp(tree->content, pd->replacethis) == 0) {
|
||||||
free(tree->content);
|
free(tree->content);
|
||||||
|
Loading…
Reference in New Issue
Block a user