diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli_new.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cli_new.c b/src/cli_new.c index 0f5abd9..bbdde10 100644 --- a/src/cli_new.c +++ b/src/cli_new.c @@ -261,14 +261,11 @@ void internal_error(int line, char *file) */ void vtw_sort(valstruct *valp, vtw_sorted *sortp) { - int i, unsorted, left, child, right; - void *leftp, *rightp, *childp; + int i; const char * format; unsigned int *parts; vtw_type_e type = valp->val_type; char *cp; - int cur=0, par=0, partnum=0, res=0; - void *curp, *parp; sortp->num = valp->cnt?valp->cnt : 1; #ifdef CLI_DEBUG |