From 5ef8508a92997dbd7f8aa501b64fd283fb1c7bb8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Jan 2014 15:11:57 +0100 Subject: Remove unused type --- src/nix-env/nix-env.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nix-env') 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 & elems) static void opQuery(Globals & globals, Strings args, Strings opFlags, Strings opArgs) { - typedef vector< map > ResultSet; Strings remaining; string attrPath; -- cgit 1.4.1