diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-21T14·11+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-21T14·11+0100 |
commit | 5ef8508a92997dbd7f8aa501b64fd283fb1c7bb8 (patch) | |
tree | 9e3d8219a21f7fdebc8b890bf5e5940a2ee09463 /src | |
parent | c8fff6a77fb63dc8043a7a468feea37b41bfec06 (diff) |
Remove unused type
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-env/nix-env.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc index b42fe97eb46d..e2781e540bf2 100644 --- a/src/nix-env/nix-env.cc +++ b/src/nix-env/nix-env.cc @@ -895,7 +895,6 @@ static void queryJSON(Globals & globals, vector<DrvInfo> & elems) static void opQuery(Globals & globals, Strings args, Strings opFlags, Strings opArgs) { - typedef vector< map<string, string> > ResultSet; Strings remaining; string attrPath; |