From: Francesco Chemolli Date: Sun, 8 Feb 2009 20:58:01 +0000 (+0100) Subject: Missing file commit X-Git-Tag: SQUID_3_2_0_1~1189^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e707769b16663586c723da53f8851605766c330;p=thirdparty%2Fsquid.git Missing file commit --- diff --git a/src/SquidString.h b/src/SquidString.h index c05c98f4d5..6d380a399a 100644 --- a/src/SquidString.h +++ b/src/SquidString.h @@ -139,11 +139,6 @@ public: _SQUID_INLINE_ int caseCmp (char const *, size_t count) const; _SQUID_INLINE_ int caseCmp (String const &) const; - /** \deprecated Use assignment to [] position instead. - * ie str[0] = 'h'; - */ - _SQUID_INLINE_ void set(char const *loc, char const ch); - /** \deprecated Use assignment to [] position instead. * ie str[newLength] = '\0'; */