remove unused Pyramid class static method

This commit is contained in:
Adam Piontek 2022-09-07 07:58:33 -04:00
parent 8412e39209
commit 0fa07fc1ef

View file

@ -60,10 +60,6 @@ class Pyramid {
} }
return freeIndices; return freeIndices;
} }
static triangularNumber(n) {
return (n * (n + 1)) / 2;
}
} }
class MoveString { class MoveString {