From 5c90b6aff410bb4a9737680baffd79d10b5281fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Jul 2021 16:15:46 -0400 Subject: Use a fixed-size reader stack --- src/node.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/node.c') 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* -- cgit v1.2.1