diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-08-31 19:47:50 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-08-31 19:47:50 +0000 |
commit | 974849a9a0cea5819ab52b432cd04d01ef16066a (patch) | |
tree | c9aaa1987c72150703c288cb40d496fad8019d1d /Makefile.common | |
parent | a871f30434e3e22a5d418d1bbaed29f7b6f017e1 (diff) | |
download | wireshark-974849a9a0cea5819ab52b432cd04d01ef16066a.tar.gz wireshark-974849a9a0cea5819ab52b432cd04d01ef16066a.tar.bz2 wireshark-974849a9a0cea5819ab52b432cd04d01ef16066a.zip |
Remove strcasecmp. We use g_ascii_strcasecmp exclusively
svn path=/trunk/; revision=29643
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
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 |