aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-01-04 05:35:02 +0000
committernyamatongwe <unknown>2001-01-04 05:35:02 +0000
commitb6c8bb6d8be4fae16fbcfa4b0cd09e865b7c2ca8 (patch)
tree3ced59a2f329f50997096f48e809da9297977c72 /src
parente6bd989cbf87867fe099c10360c5c9bf7ef1f60a (diff)
downloadscintilla-mirror-b6c8bb6d8be4fae16fbcfa4b0cd09e865b7c2ca8.tar.gz
Unused SString::npos removed.
Diffstat (limited to 'src')
-rw-r--r--src/PropSet.cxx2
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) {