terminology: Remove unused variable

NB: _blocks is not being used anywhere in the termptysave file, so remove
the variable.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-09-11 07:49:21 -04:00
parent 15b55d5eb7
commit 6ed8e857a1
1 changed files with 0 additions and 1 deletions

View File

@ -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 };