diff options
Diffstat (limited to 'src/read_ntriples.h')
-rw-r--r-- | src/read_ntriples.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/read_ntriples.h b/src/read_ntriples.h index e6051fde..58daae0c 100644 --- a/src/read_ntriples.h +++ b/src/read_ntriples.h @@ -14,14 +14,6 @@ // Utilities /** - Return true if the codepoint `c` is a valid PN_CHARS_BASE character. - - RDF 1.1 NTriples: [157s] PN_CHARS_BASE -*/ -bool -is_PN_CHARS_BASE(uint32_t c); - -/** Read one (possibly multi-byte) character. The caller must have already eaten the first byte, `c`. |