Skip to content

Commit

Permalink
Erase temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRibeiroRodrigues committed Dec 11, 2023
1 parent 63fe24b commit 9119fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ int main(int argc, char **argv)
}
}


// Delete temp file
remove("temp.stp");

if (yyin != nullptr)
{
fclose(yyin);
Expand Down

0 comments on commit 9119fa6

Please sign in to comment.