mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
(run-utility): Remove unnecessary
`connect-to-gds' call.
This commit is contained in:
parent
1e1387ca1e
commit
83a5b41b47
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-03 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* gds-client.scm (run-utility): Remove unnecessary
|
||||
`connect-to-gds' call.
|
||||
|
||||
2006-09-30 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* debugging/ice-9-debugger-extensions.scm (debug-trap): Use
|
||||
|
|
|
@ -562,7 +562,6 @@ Thanks!\n\n"
|
|||
(apply throw key args))
|
||||
|
||||
(define (run-utility)
|
||||
(connect-to-gds)
|
||||
(set-gds-breakpoints)
|
||||
(write (getpid))
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue