summaryrefslogtreecommitdiff
path: root/hwpfilter/source/mzstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/mzstring.h')
-rw-r--r--hwpfilter/source/mzstring.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h
index 4afb0e54fb8a..89bd240691d3 100644
--- a/hwpfilter/source/mzstring.h
+++ b/hwpfilter/source/mzstring.h
@@ -88,10 +88,6 @@ class MzString
const char* c_str() const;
operator char*() { return const_cast<char *>(c_str()); }
-// If it is not possible to use the constructor with an initial
-// allocation size, use the following member to set the size.
- bool resize(int len);
-
// Assignment
MzString &operator = (const MzString &s);
MzString &operator = (const char *s);