Skip to content

Commit 00913d4

Browse files
committed
gpl: remove commets
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent c532938 commit 00913d4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/gpl/src/routeBase.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,6 @@ class RouteBase
169169
int64_t inflatedAreaDelta() const;
170170
int numCall() const;
171171

172-
// void revertGCellSizeToMinRc();
173-
// void pushBackMinRcCellSize(int dx, int dy)
174-
// {
175-
// minRcCellSize_.emplace_back(dx, dy);
176-
// }
177-
178-
// std::vector<std::pair<int, int> > getMinRcCellSize() { return
179-
// minRcCellSize_; }
180-
181172
private:
182173
RouteBaseVars rbVars_;
183174
odb::dbDatabase* db_ = nullptr;

0 commit comments

Comments
 (0)