diff --git a/src/helma/objectmodel/db/DbMapping.java b/src/helma/objectmodel/db/DbMapping.java index 554279d9..7173ad04 100644 --- a/src/helma/objectmodel/db/DbMapping.java +++ b/src/helma/objectmodel/db/DbMapping.java @@ -810,10 +810,6 @@ public final class DbMapping implements Updatable { this); } - /* if ((dbSource == null) && (parentMapping != null)) { - return parentMapping.getColumns(); - } */ - // Use local variable cols to avoid synchronization (schema may be nulled elsewhere) if (columns == null) { // we do two things here: set the SQL type on the Relation mappings