From b6c8bb6d8be4fae16fbcfa4b0cd09e865b7c2ca8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 4 Jan 2001 05:35:02 +0000 Subject: Unused SString::npos removed. --- src/PropSet.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3