From 767259853b1ef6a90ddcb2e4e1660780a1e507b0 Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 19 Mar 2010 20:05:49 +0000 Subject: (svn r19469) -Codechange: remove unused functions from Blob (skidd13) --- src/misc/str.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/misc/str.hpp') diff --git a/src/misc/str.hpp b/src/misc/str.hpp index ac3359829..9b5b53a8a 100644 --- a/src/misc/str.hpp +++ b/src/misc/str.hpp @@ -56,15 +56,6 @@ struct CStrA : public CBlobT } } - /** Append another CStrA. */ - FORCEINLINE void Append(const CStrA &src) - { - if (src.RawSize() > 0) { - base::AppendRaw(src); - base::FixTail(); - } - } - /** Assignment from C string. */ FORCEINLINE CStrA &operator = (const char *src) { -- cgit v1.2.3-54-g00ecf