Remove unused type

This commit is contained in:
Eelco Dolstra 2014-01-21 15:11:57 +01:00
parent c8fff6a77f
commit 5ef8508a92
1 changed files with 0 additions and 1 deletions

View File

@ -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;