Skip to content

Commit 2a3d876

Browse files
author
thk123
committed
Adding explanatory comment
1 parent f347a22 commit 2a3d876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cbmc/cbmc_parse_options.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ int cbmc_parse_optionst::get_goto_program(
624624
try
625625
{
626626
if(initialize_goto_model(goto_model, cmdline, get_message_handler()))
627+
// Remove all binaries from the command line as they
628+
// are already compiled
627629
return 6;
628630

629631
if(cmdline.isset("function"))

0 commit comments

Comments
 (0)