nix-store: small std::move() optimization
This commit is contained in:
@@ -1093,7 +1093,7 @@ static int main_nix_store(int argc, char * * argv)
|
||||
if (op != opDump && op != opRestore) /* !!! hack */
|
||||
store = openStore();
|
||||
|
||||
op(opFlags, opArgs);
|
||||
op(std::move(opFlags), std::move(opArgs));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user