diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2015-04-04 20:54:39 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2015-04-04 20:54:39 +0200 |
commit | d4826bc768f9e66b02b8e1826ad849f549e24b90 (patch) | |
tree | 6770c4b0c63c41b1b29cc0dfe12596887c5d62e2 | |
parent | b99f95ef777000743404902c76c9c8f0b207e5ba (diff) | |
download | c-stuff-d4826bc768f9e66b02b8e1826ad849f549e24b90.tar.gz c-stuff-d4826bc768f9e66b02b8e1826ad849f549e24b90.tar.xz c-stuff-d4826bc768f9e66b02b8e1826ad849f549e24b90.zip |
Removed short useless code.
-rw-r--r-- | blocks.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/blocks.c b/blocks.c deleted file mode 100644 index baf31f6..0000000 --- a/blocks.c +++ /dev/null @@ -1,5 +0,0 @@ -int main(void) -{ - int i = ({ static int i = 3; i + 5; }); - return i; -} |