diff options
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index d584023..4ce871b 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -137,15 +137,6 @@ namespace build2 real // Real dependency declaration. }; - inline bool - operator< (target_decl l, target_decl r) - { - return static_cast<uint8_t> (l) < static_cast<uint8_t> (r); - } - - inline bool - operator>= (target_decl l, target_decl r) { return !(l < r); } - class LIBBUILD2_SYMEXPORT target { public: |