diff options
author | Fred Fish <fnf@specifix.com> | 1993-11-20 17:22:28 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-11-20 17:22:28 +0000 |
commit | d8b8343dc78e1d32542292c60c0a4ac1ef6e8aaf (patch) | |
tree | 07b5c185a19e6eae9b02ade59a8b6ab3e683f861 /gdb/go32-xdep.c | |
parent | f68fd5c0b03a41f7e353c4dae0ee0aff9830501d (diff) | |
download | gdb-d8b8343dc78e1d32542292c60c0a4ac1ef6e8aaf.zip gdb-d8b8343dc78e1d32542292c60c0a4ac1ef6e8aaf.tar.gz gdb-d8b8343dc78e1d32542292c60c0a4ac1ef6e8aaf.tar.bz2 |
* go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb
always uses it's own version of regex.
Diffstat (limited to 'gdb/go32-xdep.c')
-rw-r--r-- | gdb/go32-xdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/go32-xdep.c b/gdb/go32-xdep.c index c3a6374..28894e0 100644 --- a/gdb/go32-xdep.c +++ b/gdb/go32-xdep.c @@ -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() { } |