From 9290bb715402c6c1a9da216e4d23ec446d217a35 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 20 Dec 2020 19:27:54 +0100 Subject: [PATCH] Fixed a merge conflict --- src/db/db/dbStreamLayers.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/db/db/dbStreamLayers.h b/src/db/db/dbStreamLayers.h index 9690f77b7..61eaad77a 100644 --- a/src/db/db/dbStreamLayers.h +++ b/src/db/db/dbStreamLayers.h @@ -253,15 +253,6 @@ public: */ std::set logical (const db::LayerProperties &p) const; - /** - * @brief A compatibility function for future enhancements - * TODO: remove when lefdef branch is merged - */ - std::pair first_logical (const db::LayerProperties &p) const - { - return logical (p); - } - /** * @brief Query or install a layer mapping from a name or LDPair *