Skip to content

Commit

Permalink
Remove mounted-source-accessor.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 19, 2025
1 parent 0da8134 commit d7f2c1b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/libfetchers/git.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "pathlocks.hh"
#include "processes.hh"
#include "git.hh"
#include "mounted-source-accessor.hh"
#include "git-utils.hh"
#include "logging.hh"
#include "finally.hh"
Expand Down
1 change: 0 additions & 1 deletion src/libutil/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ headers = [config_h] + files(
'logging.hh',
'lru-cache.hh',
'memory-source-accessor.hh',
'mounted-source-accessor.hh',
'muxable-pipe.hh',
'os-string.hh',
'pool.hh',
Expand Down
2 changes: 1 addition & 1 deletion src/libutil/mounted-source-accessor.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "mounted-source-accessor.hh"
#include "source-accessor.hh"

namespace nix {

Expand Down
9 changes: 0 additions & 9 deletions src/libutil/mounted-source-accessor.hh

This file was deleted.

2 changes: 2 additions & 0 deletions src/libutil/source-accessor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,6 @@ ref<SourceAccessor> getFSSourceAccessor();
*/
ref<SourceAccessor> makeFSSourceAccessor(std::filesystem::path root);

ref<SourceAccessor> makeMountedSourceAccessor(std::map<CanonPath, ref<SourceAccessor>> mounts);

}

0 comments on commit d7f2c1b

Please sign in to comment.