Merge pull request #3713 from matthewbauer/cleanup-warnings

Cleanup class StorePath warning
This commit is contained in:
Eelco Dolstra
2020-06-17 21:19:30 +02:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace nix {
class Store;
class EvalState;
struct StorePath;
class StorePath;
enum RepairFlag : bool;
-2
View File
@@ -388,8 +388,6 @@ void BinaryCacheStore::addSignatures(const StorePath & storePath, const StringSe
narInfo->sigs.insert(sigs.begin(), sigs.end());
auto narInfoFile = narInfoFileFor(narInfo->path);
writeNarInfo(narInfo);
}
+1 -1
View File
@@ -86,7 +86,7 @@ struct HookInstance;
/* A pointer to a goal. */
class Goal;
struct Goal;
class DerivationGoal;
typedef std::shared_ptr<Goal> GoalPtr;
typedef std::weak_ptr<Goal> WeakGoalPtr;