diff options
author | nyamatongwe <unknown> | 2001-01-04 05:35:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-01-04 05:35:02 +0000 |
commit | b6c8bb6d8be4fae16fbcfa4b0cd09e865b7c2ca8 (patch) | |
tree | 3ced59a2f329f50997096f48e809da9297977c72 /src | |
parent | e6bd989cbf87867fe099c10360c5c9bf7ef1f60a (diff) | |
download | scintilla-mirror-b6c8bb6d8be4fae16fbcfa4b0cd09e865b7c2ca8.tar.gz |
Unused SString::npos removed.
Diffstat (limited to 'src')
-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) { |