Skip to content

Commit

Permalink
Remove obsolete definition of condition in exmain.c
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Oct 19, 2023
1 parent 30adb4a commit 8b9e3dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbb/exmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ void int_handler() {
printf("or a single line to be evaluated by Python.\n");
#pragma omp master
{
int condition;
condition=1;
while(1){
#ifdef HAS_READLINE
ret = readline("Debug>>> ");
Expand Down

0 comments on commit 8b9e3dd

Please sign in to comment.