From e48a2339600d12d43148bbdb9a47770ae9bc94e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Jun 2014 15:25:46 +0200 Subject: loplugin:unreffun: also warn about redundant redeclarations Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d --- connectivity/source/drivers/odbc/ORealDriver.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/odbc/ORealDriver.cxx b/connectivity/source/drivers/odbc/ORealDriver.cxx index c94534be7088..6d0dde33fe5b 100644 --- a/connectivity/source/drivers/odbc/ORealDriver.cxx +++ b/connectivity/source/drivers/odbc/ORealDriver.cxx @@ -25,7 +25,6 @@ namespace connectivity { - bool LoadLibrary_ODBC3(OUString &_rPath); // extern declaration of the function pointer extern T3SQLAllocHandle pODBC3SQLAllocHandle; extern T3SQLConnect pODBC3SQLConnect; -- cgit