diff options
Diffstat (limited to 'paludis/repositories/e/e_repository.cc')
-rw-r--r-- | paludis/repositories/e/e_repository.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/paludis/repositories/e/e_repository.cc b/paludis/repositories/e/e_repository.cc index 94a3ebc13..2b7a16a61 100644 --- a/paludis/repositories/e/e_repository.cc +++ b/paludis/repositories/e/e_repository.cc @@ -136,11 +136,7 @@ typedef std::map<FSPath, std::string, FSPathComparator> EAPIForFileMap; namespace { -#ifdef LIBARCHIVE_DOES_GNUTAR const std::string pbin_tar_extension = ".tar"; -#else - const std::string pbin_tar_extension = ".pax"; -#endif std::shared_ptr<FSPathSequence> get_master_locations( const std::shared_ptr<const ERepositorySequence> & r) |