diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-07 21:47:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-10 08:52:11 +0100 |
commit | 974dc88a06603f2f119f603c2581870e4e7ea7bc (patch) | |
tree | 20b770880325ab77032f95409fb97b9e58597710 /bridges | |
parent | b7189e1a9aef85ac2e3423cc4c136d97ebf0a58b (diff) |
Remove unneeded breaks
Extending this:
https://gerrit.libreoffice.org/c/core/+/110512
Change-Id: If7e6f9c4079c2e0b48e642aa0b140fb4e03996bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110520
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx index e33969ae789c..cb0661e7fd6a 100644 --- a/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx @@ -113,7 +113,6 @@ namespace break; default: return false; - break; } } return true; |