aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/str.h b/common/str.h
index f69fc268e1..60103e0242 100644
--- a/common/str.h
+++ b/common/str.h
@@ -90,12 +90,6 @@ protected:
}
public:
-#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
- static const String emptyString;
-#else
- static const char *emptyString;
-#endif
-
/** Construct a new empty string. */
String() : _size(0), _str(_storage) { _storage[0] = 0; }