diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
commit | fa13a6616f270c8b4fde16ba731579672700af85 (patch) | |
tree | 90e1fab2c03cbabb63dc2b851282b2f0f410a7a9 /src/ArchiveLookup.cxx | |
parent | d4c2f911822e95a8c047b7cdfd69d08e612eb65c (diff) | |
download | mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.gz mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.xz mpd-fa13a6616f270c8b4fde16ba731579672700af85.zip |
Archive*: move archive_domain to ArchiveDomain.cxx
Merge duplicate symbol.
Diffstat (limited to '')
-rw-r--r-- | src/ArchiveLookup.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ArchiveLookup.cxx b/src/ArchiveLookup.cxx index c781fcdaf..771c8fec6 100644 --- a/src/ArchiveLookup.cxx +++ b/src/ArchiveLookup.cxx @@ -19,7 +19,7 @@ #include "config.h" /* must be first for large file support */ #include "ArchiveLookup.hxx" -#include "util/Domain.hxx" +#include "ArchiveDomain.hxx" #include "Log.hxx" #include <glib.h> @@ -29,8 +29,6 @@ #include <unistd.h> #include <errno.h> -static constexpr Domain archive_domain("archive"); - /** * * archive_lookup is used to determine if part of pathname refers to an regular |