aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/coordinates_unoptimized.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/coordinates_unoptimized.h b/src/arch/coordinates_unoptimized.h
index c553b2b..de76018 100644
--- a/src/arch/coordinates_unoptimized.h
+++ b/src/arch/coordinates_unoptimized.h
@@ -34,8 +34,6 @@ coord_epud(cube_t cube)
34 uint8_t c[8], e[12]; 34 uint8_t c[8], e[12];
35 35
36 pieces(&cube, c, e); 36 pieces(&cube, c, e);
37 DBG_ASSERT(isperm(8, e), -1,
38 "Cannot compute epud coordinate: edges not separated");
39 37
40 for (i = 0; i < 8; i++) 38 for (i = 0; i < 8; i++)
41 e[i] &= PBITS; 39 e[i] &= PBITS;

Generated with cgit - Back to sebastiano.tronto.net