diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-06-12 01:33:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-06-12 01:33:49 +0000 |
commit | 8ab863813992424472e316b4dd77fe75525f77e6 (patch) | |
tree | e3dd1aafbbe16adf9ef787e8ef51d471bcf0713f /gdb/remote.c | |
parent | 66a55e80fca9c649100a3a1fa11f2069752ec223 (diff) | |
download | gdb-8ab863813992424472e316b4dd77fe75525f77e6.zip gdb-8ab863813992424472e316b4dd77fe75525f77e6.tar.gz gdb-8ab863813992424472e316b4dd77fe75525f77e6.tar.bz2 |
Eliminate use of PARAMS.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 62a7a1c..0e54af7 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5162,8 +5162,7 @@ remote_cisco_close (int quitting) } static void - remote_cisco_mourn -PARAMS ((void)) +remote_cisco_mourn (void) { remote_mourn_1 (&remote_cisco_ops); } |