mirror of
https://github.com/doctrine/orm.git
synced 2026-04-28 00:43:22 +02:00
Remove dead code
Hopefully this does not do anything...?
This commit is contained in:
@@ -401,12 +401,6 @@ class SchemaTool
|
||||
$pkColumns[] = $this->quoteStrategy->getColumnName($mapping['fieldName'], $class, $this->platform);
|
||||
}
|
||||
}
|
||||
|
||||
// For now, this is a hack required for single table inheritence, since this method is called
|
||||
// twice by single table inheritence relations
|
||||
if (!$table->hasIndex('primary')) {
|
||||
//$table->setPrimaryKey($pkColumns);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user