diff options
author | 2011-02-06 19:01:49 +0000 | |
---|---|---|
committer | 2011-02-06 19:01:49 +0000 | |
commit | 4a67573716c63338ce4537019c94dc7a795eb71d (patch) | |
tree | 6fffa56c0e86e4daa1df61278c33ee882000ff6a | |
parent | 6c0be85967f3cd0bfdd21689fd9b1331bf798675 (diff) | |
download | paludis-4a67573716c63338ce4537019c94dc7a795eb71d.tar.gz paludis-4a67573716c63338ce4537019c94dc7a795eb71d.tar.xz |
Unused
-rw-r--r-- | paludis/environments/paludis/paludis_environment.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/environments/paludis/paludis_environment.cc b/paludis/environments/paludis/paludis_environment.cc index c44499245..1eea30535 100644 --- a/paludis/environments/paludis/paludis_environment.cc +++ b/paludis/environments/paludis/paludis_environment.cc @@ -519,7 +519,7 @@ namespace std::shared_ptr<const SetSpecTree> make_set( const Environment * const env, const FSPath & f, - const SetName & n, + const SetName &, SetFileSetOperatorMode mode, SetFileType type) { |