Remove unnecessary moves in return statements
This commit is contained in:
@@ -769,7 +769,7 @@ namespace egl {
|
||||
|
||||
gl_drain_errors;
|
||||
|
||||
return std::move(sws);
|
||||
return sws;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user