* go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb

always uses it's own version of regex.
This commit is contained in:
Fred Fish 1993-11-20 17:22:28 +00:00
parent f68fd5c0b0
commit d8b8343dc7
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Sat Nov 20 09:20:51 1993 Fred Fish (fnf@rtl.cygnus.com)
* go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb
always uses it's own version of regex.
Fri Nov 19 18:23:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
* valops.c(value_struct_elt_for_reference): enhance search operator in

View file

@ -25,9 +25,6 @@ static void uerror(char *s)
exit(1);
}
re_comp(){uerror("attempt to call re_comp()");}
re_exec(){uerror("attempt to call re_exec()");}
sigsetmask()
{
}