Remove now-obsolete typedef

This commit is contained in:
Maximilian Bosch
2021-06-22 19:15:57 +02:00
parent 3504c811a5
commit a92245b110
-2
View File
@@ -6,8 +6,6 @@
namespace nix {
typedef std::pair<std::string, nlohmann::json> StructuredAttrsWithShellRC;
class ParsedDerivation
{
StorePath drvPath;