arb:: fixed warning

This commit is contained in:
Zeno Rogue 2022-05-01 11:14:12 +02:00
parent 561a986b3d
commit edee92d877
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ EX void unmirror(arbi_tiling& c) {
}
static void reduce_gcd(int& a, int b) {
int nv = abs(gcd(a, b));
a = abs(gcd(a, b));
}