mirror of https://github.com/KLayout/klayout.git
Fixed a merge conflict
This commit is contained in:
parent
cfe38aab42
commit
9290bb7154
|
|
@ -253,15 +253,6 @@ public:
|
|||
*/
|
||||
std::set<unsigned int> logical (const db::LayerProperties &p) const;
|
||||
|
||||
/**
|
||||
* @brief A compatibility function for future enhancements
|
||||
* TODO: remove when lefdef branch is merged
|
||||
*/
|
||||
std::pair<bool, unsigned int> first_logical (const db::LayerProperties &p) const
|
||||
{
|
||||
return logical (p);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Query or install a layer mapping from a name or LDPair
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue