projects
/
fur
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad1394
)
Remove TODO with unclear reasoning
author
David Kerkeslager
<kerkeslager@gmail.com>
Mon, 14 Aug 2017 04:19:37 +0000
(
00:19
-0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Mon, 14 Aug 2017 04:19:37 +0000
(
00:19
-0400)
normalization.py
patch
|
blob
|
history
diff --git
a/normalization.py
b/normalization.py
index
9d25ba2
..
ff2e327
100644
(file)
--- 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,
(),