diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-25 19:33:27 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-25 19:41:20 +0200 |
commit | f40461a223c5c289aba37daf70b4613af8134409 (patch) | |
tree | 8d3b0ebe26efc2114504d950e5dcb74936e857f1 /connectivity | |
parent | 89788d34ad79bb5a1fdfcbc2638c2ba12d2e835f (diff) |
Remove unused struct definition (firebird-sdbc).
Change-Id: Idfe8a76c0c14291688f009a1d0b07cd80488f31e
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/FPreparedStatement.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/FPreparedStatement.cxx b/connectivity/source/drivers/firebird/FPreparedStatement.cxx index 64633a23d685..c2a6a4858a85 100644 --- a/connectivity/source/drivers/firebird/FPreparedStatement.cxx +++ b/connectivity/source/drivers/firebird/FPreparedStatement.cxx @@ -61,11 +61,6 @@ using namespace com::sun::star::container; using namespace com::sun::star::io; using namespace com::sun::star::util; -typedef struct vary { - short vary_length; - char vary_string[1]; -} VARY; - IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.firebird.PreparedStatement","com.sun.star.sdbc.PreparedStatement"); |