Skip to content

Commit

Permalink
dnf5: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha committed Jun 6, 2024
1 parent 438aa8d commit 33271bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnf5/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ void Context::Impl::store_offline(libdnf5::base::Transaction & transaction) {
std::filesystem::create_directories(offline_datadir);

constexpr const char * packages_in_trans_dir{"./packages"};
const auto & packages_location = offline_datadir / packages_in_trans_dir;
constexpr const char * comps_in_trans_dir{"./comps"};
const auto & comps_location = offline_datadir / comps_in_trans_dir;

Expand Down

0 comments on commit 33271bd

Please sign in to comment.