Skip to content

Commit

Permalink
chore: remove dead code at kernel compare (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura authored Apr 22, 2024
1 parent 3dd398a commit e4daca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/declaration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ int compare(reducibility_hints const & h1, reducibility_hints const & h2) {
return -1; /* unfold f1 */
else
return 1; /* unfold f2 */
return h1.get_height() > h2.get_height() ? -1 : 1;
} else {
return 0; /* reduce both */
}
Expand Down

0 comments on commit e4daca8

Please sign in to comment.