From: Munkyu Im Date: Mon, 23 May 2016 10:18:22 +0000 (+0900) Subject: net: remove tap uninstaller X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49103868b64912e919a7aacd3076396dae83f453;p=sdk%2Femulator%2Fqemu.git net: remove tap uninstaller Change-Id: Ie3beb2883cd8321bffeca61221742c7f33749637 Signed-off-by: Munkyu Im --- diff --git a/tizen/src/Makefile b/tizen/src/Makefile index 2b5bbe1974..c39b01ac1c 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -99,9 +99,6 @@ endif ifdef CONFIG_DARWIN cp -pP scripts/emulator-ifup-darwin.sh $(EMUL_DIR)/etc/emulator-ifup.sh endif -ifdef CONFIG_WIN32 - cp -pP scripts/tap-uninstall.bat $(EMUL_DIR)/bin -endif else all: diff --git a/tizen/src/scripts/tap-uninstall.bat b/tizen/src/scripts/tap-uninstall.bat deleted file mode 100755 index fce4a5d6b4..0000000000 --- a/tizen/src/scripts/tap-uninstall.bat +++ /dev/null @@ -1,4 +0,0 @@ -@ECHO OFF -SET EMULATOR_BIN_PATH=%~dp0 -rem remove all tap devices -"%EMULATOR_BIN_PATH%\devcon.exe" remove OemWin2k.inf tap0901