Remove code that was commented out and isn't coming back

This commit is contained in:
hns 2003-11-19 15:10:11 +00:00
parent a8da2b48bd
commit 88b2d41536

View file

@ -810,10 +810,6 @@ public final class DbMapping implements Updatable {
this); this);
} }
/* if ((dbSource == null) && (parentMapping != null)) {
return parentMapping.getColumns();
} */
// Use local variable cols to avoid synchronization (schema may be nulled elsewhere) // Use local variable cols to avoid synchronization (schema may be nulled elsewhere)
if (columns == null) { if (columns == null) {
// we do two things here: set the SQL type on the Relation mappings // we do two things here: set the SQL type on the Relation mappings