From ff44f2a57a9442d86e7c40975a3cd45a3ff7de72 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 1998 20:41:47 +0000 Subject: Update. 1998-04-09 Ulrich Drepper * sysdeps/i386/i486/bits/string.h: Remove unused variables. * misc/syslog.c (closelog_internal): Set LogTag to NULL. --- sysdeps/i386/i486/bits/string.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/i386/i486') diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h index 2cbac1029c..3bd8f8922c 100644 --- a/sysdeps/i386/i486/bits/string.h +++ b/sysdeps/i386/i486/bits/string.h @@ -1202,7 +1202,6 @@ __strcspn_g (__const char *__s, __const char *__reject) { register unsigned long int __d0, __d1, __d2; register __const char *__res; - int __mem; __asm__ __volatile__ ("pushl %%ebx\n\t" "movl %4,%%edi\n\t" @@ -1311,7 +1310,6 @@ __strspn_g (__const char *__s, __const char *__accept) { register unsigned long int __d0, __d1, __d2; register __const char *__res; - int __mem; __asm__ __volatile__ ("pushl %%ebx\n\t" "cld\n\t" @@ -1404,7 +1402,6 @@ __strpbrk_g (__const char *__s, __const char *__accept) { register unsigned long int __d0, __d1, __d2; register char *__res; - int __mem; __asm__ __volatile__ ("pushl %%ebx\n\t" "movl %%edx,%%edi\n\t" @@ -1508,7 +1505,6 @@ __strstr_g (__const char *__haystack, __const char *__needle) { register unsigned long int __d0, __d1, __d2; register char *__res; - int __mem; __asm__ __volatile__ ("cld\n\t" "repne; scasb\n\t" -- cgit v1.2.3-70-g09d2