diff options
Diffstat (limited to 'src/PropSet.cxx')
-rw-r--r-- | src/PropSet.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PropSet.cxx b/src/PropSet.cxx index 0ee9fe32d..91fbaacf3 100644 --- a/src/PropSet.cxx +++ b/src/PropSet.cxx @@ -24,8 +24,6 @@ bool EqualCaseInsensitive(const char *a, const char *b) { #endif } -SString::size_type SString::npos = -1; - inline unsigned int HashString(const char *s) { unsigned int ret = 0; while (*s) { |