]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/completer.c
Replace throw_exception with throw in some cases
[thirdparty/binutils-gdb.git] / gdb / completer.c
index d4099c7c52d24382694a6e22e182fe09adb92c8c..5d1decca1d1b0b9ad5fb5a2c6c2c86a36b63c797 100644 (file)
@@ -1451,7 +1451,7 @@ complete_line_internal (completion_tracker &tracker,
   catch (const gdb_exception_error &except)
     {
       if (except.error != MAX_COMPLETIONS_REACHED_ERROR)
-       throw_exception (except);
+       throw;
     }
 }