Remove unused field
This commit is contained in:
parent
03dd0ca1dc
commit
e1e09c943c
1 changed files with 0 additions and 2 deletions
|
@ -264,7 +264,6 @@ public class DatabaseObject {
|
|||
*/
|
||||
class RowSet {
|
||||
|
||||
private transient DatabaseObject database = null;
|
||||
private transient String sql = null;
|
||||
private transient Statement statement = null;
|
||||
private transient ResultSet resultSet = null;
|
||||
|
@ -279,7 +278,6 @@ class RowSet {
|
|||
Statement statement,
|
||||
ResultSet resultSet) throws SQLException {
|
||||
this.sql = sql;
|
||||
this.database = database;
|
||||
this.statement = statement;
|
||||
this.resultSet = resultSet;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue