aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jalv.c b/src/jalv.c
index e445c64..3235120 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -74,8 +74,6 @@
#define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-#define USTR(str) ((const uint8_t*)str)
-
#ifndef MIN
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
#endif