aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/01-windows_removethemall.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'coin/provisioning/common/01-windows_removethemall.ps1')
-rw-r--r--coin/provisioning/common/01-windows_removethemall.ps15
1 files changed, 0 insertions, 5 deletions
diff --git a/coin/provisioning/common/01-windows_removethemall.ps1 b/coin/provisioning/common/01-windows_removethemall.ps1
index 9e64a34d..ebbf15dd 100644
--- a/coin/provisioning/common/01-windows_removethemall.ps1
+++ b/coin/provisioning/common/01-windows_removethemall.ps1
@@ -55,11 +55,6 @@ Function Remove-Path {
[System.Environment]::SetEnvironmentVariable($name,$value,$type)
}
-# Remove Python
-Remove C:\Python27
-Remove-Path C:\python27\scripts
-Remove-Path C:\python27
-
# Remove Android sdk and ndk
Remove C:\utils\android*
[Environment]::SetEnvironmentVariable("ANDROID_NDK_HOME",$null,"User")