summaryrefslogtreecommitdiff
path: root/runtime/stringbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stringbuf.h')
-rw-r--r--runtime/stringbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stringbuf.h b/runtime/stringbuf.h
index d0502a5..2df48ab 100644
--- a/runtime/stringbuf.h
+++ b/runtime/stringbuf.h
@@ -155,7 +155,6 @@ static inline uchar* cstrGetSzStrNoNULL(cstr_t *pThis)
*/
rsRetVal rsCStrTruncate(cstr_t *pThis, size_t nTrunc);
-rsRetVal rsCStrTrimTrailingWhiteSpace(cstr_t *pThis);
rsRetVal cstrTrimTrailingWhiteSpace(cstr_t *pThis);
/**