mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-06 15:08:13 +08:00
Removing radix sort debug.
This commit is contained in:
parent
68a4956839
commit
ae4355c6ce
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ static const char *commandBlacklist[] = {
|
|||
"ls ", "pwd ", "cd ", "cd .. ", "hh ", "mc "
|
||||
};
|
||||
|
||||
#define DEBUG_RADIX
|
||||
#ifdef DEBUG_RADIX
|
||||
#define DEBUG_RADIXSORT() radixsort_stat(&rs, false); exit(0)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue