diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-04-12 10:51:05 +0200 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-23 07:51:46 +0300 |
| commit | 55a6f9b616f5a6443f85f60bd609545b82b243fe (patch) | |
| tree | 58a0de83f3d2321c145debd01a8919f4a3de8c2d /tests | |
| parent | libguile-ssh/sftp-file-type.c (sftp_file_tag): Make 'static'. (diff) | |
| download | guile-ssh-55a6f9b616f5a6443f85f60bd609545b82b243fe.tar.gz | |
libguile-ssh/sftp-file-type.c: Remove 'mark' and 'free' procedures.
The mark function was unnecessary given that 'sftp_file_data' is
allocated with 'scm_gc_malloc' and thus scanned by the GC. The
free function was already a no-op.
* libguile-ssh/sftp-file-type.c (mark_sftp_file): Remove.
(free_sftp_file): Remove.
(init_sftp_file_type): Remove call to 'scm_set_port_mark' and to
'scm_set_port_free'.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
