Skip to content

Commit 74b72c5

Browse files
committed
Remove redundant std::move
1 parent 45d673a commit 74b72c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optionruntime.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@ Alice::optionsLoad(int argc,const char* const* argv
145145
--argc;
146146
++argv;
147147
}
148-
return std::move(ret);
148+
149+
return ret;
149150
}

0 commit comments

Comments
 (0)