You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NFC] Remove redundant call to getMainExecutable() (#3018)
The call to getMainExecutable() function can be eliminated because the
path returned by that call is used only for error reporting, so the tool
can use argv[0] for this purpose as is without any additional processing.
Signed-off-by: Sergey Dmitriev <[email protected]>
0 commit comments