Skip to content

Commit

Permalink
Rewrite tuiterm_env
Browse files Browse the repository at this point in the history
tuiterm_env just calls load_lib, but that's no longer needed, so this
removes the call.

I wonder, though, if tuiterm_env should just be removed entirely.
  • Loading branch information
tromey committed Jan 10, 2023
1 parent 3f4149a commit 29ca258
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gdb/testsuite/lib/gdb.exp
Original file line number Diff line number Diff line change
Expand Up @@ -8734,11 +8734,8 @@ proc with_override { name override body } {
return $result
}

# Setup tuiterm.exp environment. To be used in test-cases instead of
# "load_lib tuiterm.exp". Calls initialization function and schedules
# finalization function.
# Setup tuiterm.exp environment. This is just a placeholder for now.
proc tuiterm_env { } {
load_lib tuiterm.exp
}

# Dejagnu has a version of note, but usage is not allowed outside of dejagnu.
Expand Down

0 comments on commit 29ca258

Please sign in to comment.