This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Remove unused function setRestoreWorkingDir
ClosedPublic

Authored by kazu on May 31 2023, 12:43 AM.

Details

Summary

The last use was removed by:

commit 146ec74a8382dc820809d0a2bf4b918d0b5e6603
Author: Jan Svoboda <jan_svoboda@apple.com>
Date:   Fri Sep 10 10:24:16 2021 +0200

Once I remove the function, RestoreCWD is always true, so this patch
removes the variable and propagates the constant.

Diff Detail

Event Timeline

kazu created this revision.May 31 2023, 12:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 12:43 AM
kazu requested review of this revision.May 31 2023, 12:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 12:43 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dexonsmith resigned from this revision.May 31 2023, 6:16 AM
kazu added a reviewer: ioeric.
This revision is now accepted and ready to land.May 31 2023, 12:34 PM
This revision was automatically updated to reflect the committed changes.