[db] Remove unused macro STR()

This commit is contained in:
ejurgensen 2020-11-05 23:02:44 +01:00
parent 92dbd717d8
commit 745fee4eb9

View File

@ -53,8 +53,6 @@
#include "rng.h"
#define STR(x) ((x) ? (x) : "")
// Inotify cookies are uint32_t
#define INOTIFY_FAKE_COOKIE ((int64_t)1 << 32)