aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-08-31 02:33:19 +0300
committerpg <pg@yandex-team.com>2023-08-31 02:51:25 +0300
commit13004290f7ae5603115f0cd10c6a0e5d0b9c5be9 (patch)
tree7f2ff67afe5d4bf64952c8eb0e00adccb9456499 /util
parentb4d13c316d4887470a64a24d959eb3b18a56d370 (diff)
downloadydb-13004290f7ae5603115f0cd10c6a0e5d0b9c5be9.tar.gz
Diffstat (limited to 'util')
-rw-r--r--util/folder/path.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/folder/path.h b/util/folder/path.h
index 15532c6252..9f6642d5cb 100644
--- a/util/folder/path.h
+++ b/util/folder/path.h
@@ -64,10 +64,6 @@ public:
return Path_ == that.Path_;
}
- inline bool operator!=(const TFsPath& that) const {
- return Path_ != that.Path_;
- }
-
TFsPath& operator/=(const TFsPath& that);
friend TFsPath operator/(const TFsPath& s, const TFsPath& p) {