]> git.sesse.net Git - plocate/commitdiff
Remove an unused macro.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 30 Sep 2020 08:20:01 +0000 (10:20 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 30 Sep 2020 08:20:01 +0000 (10:20 +0200)
plocate.cpp

index 3d30adbbc5dd5a7bd04c0925bc60591501d33746..4b7fbc15c9b4d47f790230854c3bfb971f0b439c 100644 (file)
@@ -14,8 +14,6 @@
 #include <vector>
 #include <zstd.h>
 
-#define P4NENC_BOUND(n) ((n + 127) / 128 + (n + 32) * sizeof(uint32_t))
-
 using namespace std;
 using namespace std::chrono;