diff options
Diffstat (limited to 'gdb/thread-fsm.h')
-rw-r--r-- | gdb/thread-fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread-fsm.h b/gdb/thread-fsm.h index 3c11c1d..98710ab 100644 --- a/gdb/thread-fsm.h +++ b/gdb/thread-fsm.h @@ -106,7 +106,7 @@ protected: FSM finishes successfully. */ virtual enum async_reply_reason do_async_reply_reason () { - gdb_assert_not_reached (_("should not call async_reply_reason here")); + gdb_assert_not_reached ("should not call async_reply_reason here"); } }; |