Removed testing code
This commit is contained in:
parent
3c773a8dc2
commit
24cbc9725f
@ -67,13 +67,6 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Parse commands from the command line
|
// 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[]) {
|
int command_help(int argc, char* argv[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user