Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Nov 21, 2024
1 parent f6fe94c commit 76b5e5b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ private static bool MakeCLIExecutable()
};

chmodProcess.Start();
string chmodOutput = chmodProcess.StandardOutput.ReadToEnd();
string chmodError = chmodProcess.StandardError.ReadToEnd();
chmodProcess.WaitForExit();

if (chmodProcess.ExitCode != 0)
Expand Down

0 comments on commit 76b5e5b

Please sign in to comment.