From 0ad2e70d12143179fafcfba924c390fc45527ba9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 19 Jan 2015 23:34:50 +0100 Subject: sdsIncrLen: Remove note about negative increment This usage was broken by the earlier change to a size_t for the incr argument --- src/sds.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sds.c b/src/sds.c index cee0b85..841a6ae 100644 --- a/src/sds.c +++ b/src/sds.c @@ -696,9 +696,6 @@ size_t sdsAllocSize(sds s) { * user calls sdsMakeRoomFor(), writes something after the end of * the current string, and finally needs to set the new length. * - * Note: it is possible to use a negative increment in order to - * right-trim the string. - * * Usage example: * * Using sdsIncrLen() and sdsMakeRoomFor() it is possible to mount the -- cgit v1.2.3-54-g00ecf