remove 'full' allocation from client_test

This commit is contained in:
arvidn 2016-02-18 20:42:15 -05:00
parent 0bf39c5349
commit a675a749e0
1 changed files with 0 additions and 1 deletions

View File

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