summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/String.hxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/String.hxx.in')
-rw-r--r--Source/kwsys/String.hxx.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/kwsys/String.hxx.in b/Source/kwsys/String.hxx.in
index db1cf22..c36f4ce 100644
--- a/Source/kwsys/String.hxx.in
+++ b/Source/kwsys/String.hxx.in
@@ -52,14 +52,6 @@ public:
}
}; // End Class: String
-#if defined(__WATCOMC__)
-inline bool operator<(String const& l, String const& r)
-{
- return (static_cast<std::string const&>(l) <
- static_cast<std::string const&>(r));
-}
-#endif
-
} // namespace @KWSYS_NAMESPACE@
#endif