aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 19:47:50 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 19:47:50 +0000
commite9ec98bde3015effed22076d106ef731f3757070 (patch)
treec9aaa1987c72150703c288cb40d496fad8019d1d /Makefile.common
parent2b496f0b360e98a94ae7b9cd0e8e8856830b61b1 (diff)
Remove strcasecmp. We use g_ascii_strcasecmp exclusively
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29643 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8e871139f1..39496e7e3b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -126,7 +126,6 @@ EXTRA_wireshark_SOURCES = \
inet_ntop.c \
inet_pton.c \
strerror.c \
- strcasecmp.c \
strncasecmp.c \
strptime.c