aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-05 13:05:20 +0000
committerAnders Broman <a.broman58@gmail.com>2017-11-05 23:20:20 +0000
commitba6dd97081c7490db0d6e98c9e8cd3b819b9dd6f (patch)
tree074acbab5aff45651e03617936d4d74d29d0bafc /tools/win-setup.ps1
parent93bda0b18d68d07f7601811687e44811d14e97f4 (diff)
Remove epan win32 x86 assembly
Not used. Remove also weird pre-hash hash optimization in proto.c. Change-Id: Ibebc12dbe90ac1d05fb1ba601d32fe98797fbd56 Reviewed-on: https://code.wireshark.org/review/24254 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/win-setup.ps1')
-rw-r--r--tools/win-setup.ps13
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 6d38171cb5..ccfffd13c6 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -117,7 +117,6 @@ $Win64Archives = @{
"libxml2-2.9.4-win64ws.zip" = "";
"lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4";
"lz4-1.7.5-win64ws.zip" = "";
- "nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-1-win64ws.zip" = "";
"portaudio_v19_2.zip" = "";
"sbc-1.3-1-win64ws.zip" = "";
@@ -142,7 +141,6 @@ $Win32Archives = @{
"libxml2-2.9.4-win32ws.zip" = "";
"lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4";
"lz4-1.7.5-win32ws.zip" = "";
- "nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-1-win32ws.zip" = "";
"portaudio_v19_2.zip" = "";
"sbc-1.3-1-win32ws.zip" = "";
@@ -195,7 +193,6 @@ $CleanupItems = @(
"lua5.1.4"
"lua5.2.?"
"lz4-*-win??ws"
- "nasm-2.09.08"
"nghttp2-*-win??ws"
"portaudio_v19"
"portaudio_v19_2"