Browse Source

Remove unused "using"s

pull/1619/head
Antonio SJ Musumeci 2 weeks ago
parent
commit
f38194e432
  1. 2
      src/policy_all.cpp
  2. 2
      src/policy_epall.cpp
  3. 1
      src/policy_epff.cpp
  4. 1
      src/policy_eplfs.cpp
  5. 2
      src/policy_eplus.cpp
  6. 2
      src/policy_erofs.cpp
  7. 2
      src/policy_lup.cpp
  8. 1
      src/policy_lus.cpp
  9. 2
      src/policy_mfs.cpp
  10. 2
      src/policy_newest.cpp

2
src/policy_all.cpp

@ -29,8 +29,6 @@
#include <string>
using std::string;
static
int
_create(const Branches::Ptr &ibranches_,

2
src/policy_epall.cpp

@ -30,8 +30,6 @@
#include <string>
using std::string;
static
int

1
src/policy_epff.cpp

@ -31,7 +31,6 @@
#include <string>
#include <vector>
using std::string;
using std::vector;
static

1
src/policy_eplfs.cpp

@ -31,7 +31,6 @@
#include <string>
#include <vector>
using std::string;
using std::vector;
static

2
src/policy_eplus.cpp

@ -30,8 +30,6 @@
#include <limits>
#include <string>
using std::string;
static
int
_create(const Branches::Ptr &branches_,

2
src/policy_erofs.cpp

@ -23,8 +23,6 @@
#include <string>
using std::string;
int
Policy::ERoFS::Action::operator()(const Branches::Ptr &branches_,

2
src/policy_lup.cpp

@ -33,8 +33,6 @@
#include <limits>
#include <string>
using std::string;
static
int
_action(const Branches::Ptr &branches_,

1
src/policy_lus.cpp

@ -32,7 +32,6 @@
#include <string>
#include <vector>
using std::string;
using std::vector;
static

2
src/policy_mfs.cpp

@ -28,8 +28,6 @@
#include <string>
using std::string;
static
int

2
src/policy_newest.cpp

@ -32,8 +32,6 @@
#include <sys/stat.h>
using std::string;
static
int
_create(const Branches::Ptr &branches_,

Loading…
Cancel
Save