aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-02-04 12:09:42 +0100
committerDavid Robillard <d@drobilla.net>2018-02-04 12:10:25 +0100
commit930b2bd2fb6e8739e71ad2c503087ae675ffe194 (patch)
tree9cd87819d32e00b13e25a09db62dd9c915f070ca /src/writer.c
parenta8e18669390fb852a55c443f71968af92f7efd6d (diff)
downloadserd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.gz
serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.bz2
serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.zip
Factor out syntax-specific reader implementation
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/writer.c b/src/writer.c
index 3051232d..58cf17ee 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -104,14 +104,6 @@ typedef enum {
WRITE_LONG_STRING
} TextContext;
-typedef enum {
- FIELD_NONE,
- FIELD_SUBJECT,
- FIELD_PREDICATE,
- FIELD_OBJECT,
- FIELD_GRAPH
-} Field;
-
static bool
write_node(SerdWriter* writer,
const SerdNode* node,