Removing radix sort debug.

This commit is contained in:
Martin Dvorak 2014-01-31 08:42:37 +01:00
parent 68a4956839
commit ae4355c6ce

View file

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