aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-08 16:15:46 -0400
committerDavid Robillard <d@drobilla.net>2022-01-13 23:03:31 -0500
commit5c90b6aff410bb4a9737680baffd79d10b5281fd (patch)
treee6f4c94fbc1c230fb238e3c91d8dc85adc0a1dec /src/node.c
parent00af9fa4e0344b1ff642a7ccd63626f77521ea8a (diff)
downloadserd-5c90b6aff410bb4a9737680baffd79d10b5281fd.tar.gz
serd-5c90b6aff410bb4a9737680baffd79d10b5281fd.tar.bz2
serd-5c90b6aff410bb4a9737680baffd79d10b5281fd.zip
Use a fixed-size reader stack
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.c b/src/node.c
index 8485c144..043ed9a5 100644
--- a/src/node.c
+++ b/src/node.c
@@ -41,8 +41,6 @@
# endif
#endif
-static const size_t serd_node_align = 2 * sizeof(uint64_t);
-
static const SerdNodeFlags meta_mask = (SERD_HAS_DATATYPE | SERD_HAS_LANGUAGE);
static SerdNode*