From fa13a6616f270c8b4fde16ba731579672700af85 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 23:24:54 +0200 Subject: Archive*: move archive_domain to ArchiveDomain.cxx Merge duplicate symbol. --- src/ArchiveLookup.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ArchiveLookup.cxx') 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 @@ -29,8 +29,6 @@ #include #include -static constexpr Domain archive_domain("archive"); - /** * * archive_lookup is used to determine if part of pathname refers to an regular -- cgit v1.2.3