summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-31 19:47:50 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-31 19:47:50 +0000
commit974849a9a0cea5819ab52b432cd04d01ef16066a (patch)
treec9aaa1987c72150703c288cb40d496fad8019d1d /Makefile.common
parenta871f30434e3e22a5d418d1bbaed29f7b6f017e1 (diff)
downloadwireshark-974849a9a0cea5819ab52b432cd04d01ef16066a.tar.gz
Remove strcasecmp. We use g_ascii_strcasecmp exclusively
svn path=/trunk/; revision=29643
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