Removed testing code

This commit is contained in:
Alexei KADIR 2024-02-19 19:30:17 +01:00
parent 3c773a8dc2
commit 24cbc9725f

View File

@ -67,13 +67,6 @@ int main(int argc, char** argv) {
}
// TODO: Parse commands from the command line
while (1) {
char* backing2;
result_t result = add_backing(&backing2, "test2");
if (result != success()) {
fprintf(stderr, "Failed to add backing: %s\n", error());
}
}
}
int command_help(int argc, char* argv[]) {