summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/DriverPropertyInfo.hxx')
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index db86f2af73fe..1db9dae973e2 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -39,8 +39,6 @@ namespace connectivity
virtual ~java_sql_DriverPropertyInfo();
// A ctor that is needed for returning the object
java_sql_DriverPropertyInfo( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
-
- bool required();
};
}