summaryrefslogtreecommitdiff
path: root/datastructures/test/fenwickTree.cpp
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 22:18:05 +0200
committerGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 22:18:05 +0200
commit2ff696b7a72f484f435ffc37dcacedb6fa434b3b (patch)
treecae8bed3e7fecb61f6d0aec582bea5466ea5939b /datastructures/test/fenwickTree.cpp
parent2ecbcca9952475c40bfd2a936b7631b236dfc922 (diff)
remove sz() from Fenwick trees
Diffstat (limited to 'datastructures/test/fenwickTree.cpp')
-rw-r--r--datastructures/test/fenwickTree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/datastructures/test/fenwickTree.cpp b/datastructures/test/fenwickTree.cpp
index 4c9695f..f9dd619 100644
--- a/datastructures/test/fenwickTree.cpp
+++ b/datastructures/test/fenwickTree.cpp
@@ -1,4 +1,3 @@
-#define sz ssize
#include "../fenwickTree.cpp"
void test(int n) {