aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
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 /epan/Makefile.am
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 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index e09bee4809..2d31aa5dd5 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -44,7 +44,6 @@ LIBWIRESHARK_SRC = \
afn.c \
aftypes.c \
app_mem_usage.c \
- asm_utils.c \
asn1.c \
capture_dissectors.c \
charsets.c \
@@ -285,7 +284,6 @@ LIBWIRESHARK_INCLUDES_PUBLIC = \
xdlc.h
LIBWIRESHARK_INCLUDES_PRIVATE = \
- asm_utils.h \
epan-int.h \
to_str-int.h
@@ -362,7 +360,6 @@ libwireshark_generated_la_CFLAGS = $(GENERATED_CFLAGS)
EXTRA_DIST = \
.editorconfig \
- asm_utils_win32_x86.asm \
diam_dict.l \
dtd_grammar.lemon \
dtd_parse.l \