aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-05-18 15:17:02 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-06-22 19:15:57 +0200
commita92245b11026c884e76a1903abc0d47f84d79f5c (patch)
tree3e5d07c973cf1e42545610f03ce2811028d6662e /src
parent3504c811a55ecd58e0712cf24829c67c192f5e80 (diff)
Remove now-obsolete typedef
Diffstat (limited to 'src')
-rw-r--r--src/libstore/parsed-derivations.hh2
1 files changed, 0 insertions, 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<std::string, nlohmann::json> StructuredAttrsWithShellRC;
-
class ParsedDerivation
{
StorePath drvPath;