From a92245b11026c884e76a1903abc0d47f84d79f5c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 18 May 2021 15:17:02 +0200 Subject: [PATCH] Remove now-obsolete typedef --- src/libstore/parsed-derivations.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstore/parsed-derivations.hh b/src/libstore/parsed-derivations.hh index 37af36630..f02d5868e 100644 --- a/src/libstore/parsed-derivations.hh +++ b/src/libstore/parsed-derivations.hh @@ -6,8 +6,6 @@ namespace nix { -typedef std::pair StructuredAttrsWithShellRC; - class ParsedDerivation { StorePath drvPath;