diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:25:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 15:27:39 +0200 |
commit | e48a2339600d12d43148bbdb9a47770ae9bc94e3 (patch) | |
tree | dcaa8b52ed44f0b6c22b02c29910cea6b1ea46a3 /bridges | |
parent | b05b970daaf69b5b491b847375ee07539de9481f (diff) |
loplugin:unreffun: also warn about redundant redeclarations
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx index ac6be9f8fe7f..99259373a0a6 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx @@ -384,8 +384,6 @@ typelib_TypeClass cpp_vtable_call( return eRet; } -extern "C" void privateSnippetExecutor(); - const int codeSnippetSize = 24; // Generate a trampoline that redirects method calls to |