Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Nov 7, 2023
1 parent 026f81c commit 52c6b8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Dialect/AIEX/Transforms/AIEHerdRouting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void buildRoute(int xSrc, int ySrc, int xDest, int yDest,
int yCur = ySrc;
WireBundle curBundle;
int curChannel;
int xLast, yLast;
WireBundle lastBundle;
Port lastPort = {sourceBundle, sourceChannel};

Expand All @@ -102,8 +101,6 @@ void buildRoute(int xSrc, int ySrc, int xDest, int yDest,
llvm::dbgs() << "coord " << xCur << " " << yCur << '\n';

TileID curCoord = {xCur, yCur};
xLast = xCur;
yLast = yCur;

SmallVector<WireBundle, 4> moves;

Expand Down

0 comments on commit 52c6b8b

Please sign in to comment.