remove 'full' allocation from client_test
This commit is contained in:
parent
0bf39c5349
commit
a675a749e0
|
@ -1378,7 +1378,6 @@ int main(int argc, char* argv[])
|
|||
break;
|
||||
case 'a':
|
||||
if (strcmp(arg, "allocate") == 0) allocation_mode = storage_mode_allocate;
|
||||
else if (strcmp(arg, "full") == 0) allocation_mode = storage_mode_allocate;
|
||||
else if (strcmp(arg, "sparse") == 0) allocation_mode = storage_mode_sparse;
|
||||
break;
|
||||
case 's': save_path = arg; break;
|
||||
|
|
Loading…
Reference in New Issue