diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-02-22 10:29:03 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-02-22 10:29:03 -0800 |
commit | 74707c5daf432fe8310312021eb775e7a716dbe3 (patch) | |
tree | 04b7cf6d32b823e4644c950d0ed1606c7d04e2f1 /6 | |
parent | 9c52b9aaf791386a95a6eb11e27d2a982b72d872 (diff) | |
download | mc-74707c5daf432fe8310312021eb775e7a716dbe3.tar.gz |
Remove comments.
Diffstat (limited to '6')
-rw-r--r-- | 6/simp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,7 +61,6 @@ static Node *lval(Simp *s, Node *n); static Node *assign(Simp *s, Node *lhs, Node *rhs); static Node *assignat(Simp *s, Node *r, size_t off, Node *val); static Node *getcode(Simp *s, Node *n); -//static void simpcond(Simp *s, Node *n, Node *ltrue, Node *lfalse); static void simpconstinit(Simp *s, Node *dcl); static Node *simpcast(Simp *s, Node *val, Type *to); static Node *simpslice(Simp *s, Node *n, Node *dst); |