Split RmTreeAndMkDir into two separate functions (refactoring).
commit902242f397508c4617f8cdbb2034b3d896b467cc
authorqyearsley <qyearsley@chromium.org>
Thu, 16 Oct 2014 01:57:10 +0000 (15 18:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 01:57:27 +0000 (16 01:57 +0000)
treeeaac22f273552188a8f75c04a0a99c07eb930c4f
parentde09561ee432f01c1ae3449a9bc44b3b7cfd4d51
Split RmTreeAndMkDir into two separate functions (refactoring).

The function RmTreeAndMkDir did two different things depending on a boolean flag that was passed to it.

This CL splits it into two functions so that each function only takes one argument and does one thing.

BUG=

Review URL: https://codereview.chromium.org/645383002

Cr-Commit-Position: refs/heads/master@{#299815}
tools/auto_bisect/bisect_perf_regression.py