Remove now-obsolete typedef

This commit is contained in:
Maximilian Bosch 2021-05-18 15:17:02 +02:00
parent 3504c811a5
commit a92245b110
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -6,8 +6,6 @@
namespace nix {
typedef std::pair<std::string, nlohmann::json> StructuredAttrsWithShellRC;
class ParsedDerivation
{
StorePath drvPath;