aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Directory.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/Directory.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/db/Directory.hxx b/src/db/Directory.hxx
index e114b27f4..705826a65 100644
--- a/src/db/Directory.hxx
+++ b/src/db/Directory.hxx
@@ -239,10 +239,4 @@ public:
LightDirectory Export() const;
};
-static inline bool
-isRootDirectory(const char *name)
-{
- return name[0] == 0 || (name[0] == '/' && name[1] == 0);
-}
-
#endif