From: David Kerkeslager Date: Mon, 14 Aug 2017 04:19:37 +0000 (-0400) Subject: Remove TODO with unclear reasoning X-Git-Url: https://code.kerkeslager.com/?p=fur;a=commitdiff_plain;h=dd5849d6641f6303a54b1415bc13c3acdd5f0a8e Remove TODO with unclear reasoning --- diff --git a/normalization.py b/normalization.py index 9d25ba2..ff2e327 100644 --- a/normalization.py +++ b/normalization.py @@ -125,7 +125,6 @@ def fake_normalization(counter, thing): return (counter, (), thing) def normalize_integer_literal_expression(counter, expression): - # TODO Store this in a C variable return ( counter, (), @@ -133,7 +132,6 @@ def normalize_integer_literal_expression(counter, expression): ) def normalize_string_literal_expression(counter, expression): - # TODO Store this in a C variable return ( counter, (),