We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c532938 commit 00913d4Copy full SHA for 00913d4
1 file changed
src/gpl/src/routeBase.h
@@ -169,15 +169,6 @@ class RouteBase
169
int64_t inflatedAreaDelta() const;
170
int numCall() const;
171
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
181
private:
182
RouteBaseVars rbVars_;
183
odb::dbDatabase* db_ = nullptr;
0 commit comments