Skip to content

Commit

Permalink
Removed stupid test code
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 21, 2024
1 parent fb67cf9 commit 8294b45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/quaesar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ int main(int argc, char** argv) {
Options options;
CLI::App app{"Quaesar"};

Adf::create_for_exefile("test.exe");

app.add_option("input", options.input, "Executable or image file (adf, dms)")->check(CLI::ExistingFile);
app.add_option("-k,--kickstart", options.kickstart, "Path to the kickstart ROM")->check(CLI::ExistingFile);
CLI11_PARSE(app, argc, argv);
Expand Down

0 comments on commit 8294b45

Please sign in to comment.