summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/bkstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/bkstring.h')
-rw-r--r--plugins/CrashDumper/src/bkstring.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CrashDumper/src/bkstring.h b/plugins/CrashDumper/src/bkstring.h
index 511ce2f173..8000723225 100644
--- a/plugins/CrashDumper/src/bkstring.h
+++ b/plugins/CrashDumper/src/bkstring.h
@@ -27,11 +27,7 @@ public:
typedef value_type* iterator;
typedef const value_type* const_iterator;
-#if defined(_MSC_VER) && _MSC_VER > 1200
static const size_type npos = size_type(-1);
-#else
- enum { npos = -1 };
-#endif
private:
value_type* buf;