Skip to content

Commit

Permalink
oops, I checked in debug code accidentally.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Mar 8, 2009
1 parent d5a0796 commit f34f1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
/* TRUE if radix-r is ugly for size n */
int X(ct_uglyp)(INT min_n, INT v, INT n, INT r)
{
return 0;
return (n <= min_n) || (POW2P(n) && (v * (n / r)) <= 4);
}

0 comments on commit f34f1f3

Please sign in to comment.