remove useless line
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 6 Apr 2016 19:46:04 +0000 (22:46 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 6 Apr 2016 19:46:04 +0000 (22:46 +0300)
main.c

diff --git a/main.c b/main.c
index 4552672..722204c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -75,8 +75,6 @@ main_loop() {
                return;
        }
 
-       collected = 0;
-
        while(42) {
 
                if (trinketOpen() != ERR_OK) {