Skip to content

Commit

Permalink
Comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Oct 6, 2023
1 parent 44b5cd3 commit f5201c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private Map<List<SDTGuard>, SDT> modGuardLists(SDTGuard refGuard, SDT refSDT, Ma
assert headSDT.getClass().equals(refSDT.getClass());
//assert !(headSDT.isEmpty());
//assert !(refSDT.isEmpty());
SDTGuard headGuard = headList.get(0);
//SDTGuard headGuard = headList.get(0);
SDT newSDT = headSDT;
// System.out.println("head: " + newHeadList + " against " + refGuard);
if (headSDT instanceof SDTLeaf) {
Expand Down

0 comments on commit f5201c3

Please sign in to comment.