devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6ed8e857a1e08e81f1f0d9706edc8caa0aaea56c

commit 6ed8e857a1e08e81f1f0d9706edc8caa0aaea56c
Author: Chris Michael <[email protected]>
Date:   Thu Sep 11 07:49:21 2014 -0400

    terminology: Remove unused variable
    
    NB: _blocks is not being used anywhere in the termptysave file, so remove
    the variable.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/termptysave.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/termptysave.c b/src/bin/termptysave.c
index 227b655..dada3f0 100644
--- a/src/bin/termptysave.c
+++ b/src/bin/termptysave.c
@@ -27,7 +27,6 @@ struct _Alloc
    unsigned char __pad;
 };
 
-static int _blocks = 0;
 static uint64_t _allocated = 0;
 static unsigned char cur_gen = 0;
 static Alloc *alloc[MEM_BLOCKS] =  { 0 };

-- 


Reply via email to