From: Steinar H. Gunderson Date: Wed, 30 Sep 2020 08:20:01 +0000 (+0200) Subject: Remove an unused macro. X-Git-Tag: 1.0.0~89 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0638889bd9f0219c5d5022885fb575ed1c479c43;p=plocate Remove an unused macro. --- diff --git a/plocate.cpp b/plocate.cpp index 3d30adb..4b7fbc1 100644 --- a/plocate.cpp +++ b/plocate.cpp @@ -14,8 +14,6 @@ #include #include -#define P4NENC_BOUND(n) ((n + 127) / 128 + (n + 32) * sizeof(uint32_t)) - using namespace std; using namespace std::chrono;