aboutsummaryrefslogtreecommitdiff
path: root/msvc-common/msvc-common
diff options
context:
space:
mode:
Diffstat (limited to 'msvc-common/msvc-common')
-rwxr-xr-xmsvc-common/msvc-common6
1 files changed, 0 insertions, 6 deletions
diff --git a/msvc-common/msvc-common b/msvc-common/msvc-common
index 3f2e508..c73bd65 100755
--- a/msvc-common/msvc-common
+++ b/msvc-common/msvc-common
@@ -42,12 +42,6 @@ function msvc_exec () # <diag> <exe> <arg>...
#
export WINEDEBUG=fixme-all
- # Set an alternative .wine directory if requested.
- #
- if [ -n "$MSVC_WINEPREFIX" ]; then
- export WINEPREFIX="$MSVC_WINEPREFIX"
- fi
-
# Filter diagnostics output replacing absolute Windows paths with their
# POSIX mapping. If <diag> is 1 then both stdout and stderr output are read
# and filtered.