From bf4ee48efad262c650b6b1a5b61ebe837d59f910 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Sep 2013 10:03:37 +0200 Subject: ConfigPath: move path_domain to system/Path.cxx --- src/ConfigPath.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ConfigPath.cxx') diff --git a/src/ConfigPath.cxx b/src/ConfigPath.cxx index a1a73a63c..86f70dfd3 100644 --- a/src/ConfigPath.cxx +++ b/src/ConfigPath.cxx @@ -21,7 +21,6 @@ #include "ConfigPath.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" -#include "util/Domain.hxx" #include "ConfigGlobal.hxx" #include "ConfigOption.hxx" @@ -49,8 +48,6 @@ #include #endif -static constexpr Domain path_domain("path"); - Path ParsePath(const char *path, Error &error) { -- cgit v1.2.3