diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/serd/serd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index 7a690b5b..2ccedcba 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -133,13 +133,6 @@ typedef uint32_t SerdStatementFlags; */ typedef enum { /** - The type of a nonexistent node. - - This type is useful as a sentinel, but is never emitted by the reader. - */ - SERD_NOTHING = 0, - - /** Literal value. A literal optionally has either a language, or a datatype (not both). |