diff options
author | nyamatongwe <devnull@localhost> | 2001-01-04 05:35:02 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-01-04 05:35:02 +0000 |
commit | 4d094c033cda52e50698480e29f469e66a82e710 (patch) | |
tree | 3ced59a2f329f50997096f48e809da9297977c72 | |
parent | 039c0f9fb0bd2729cc77f96bd2b06dfc461621c5 (diff) | |
download | scintilla-mirror-4d094c033cda52e50698480e29f469e66a82e710.tar.gz |
Unused SString::npos removed.
-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) { |