From: Chris Hanson Date: Fri, 28 Apr 1995 06:45:37 +0000 (+0000) Subject: Readahead message types belong to the channel-thread implementation X-Git-Tag: 20090517-FFI~6384 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=105987ef6f8f85b6c0fd9d0c55be7088b700b0b5;p=mit-scheme.git Readahead message types belong to the channel-thread implementation and are already initialized there. The initialization here was an unnecessary duplicate. --- diff --git a/v7/src/microcode/os2io.c b/v7/src/microcode/os2io.c index 946623ea4..fe7845ee7 100644 --- a/v7/src/microcode/os2io.c +++ b/v7/src/microcode/os2io.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2io.c,v 1.3 1995/01/06 00:02:36 cph Exp $ +$Id: os2io.c,v 1.4 1995/04/28 06:45:37 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -63,8 +63,6 @@ OS2_initialize_channels (void) } } add_reload_cleanup (OS2_channel_close_all_noerror); - SET_MSG_TYPE_LENGTH (mt_readahead, sm_readahead_t); - SET_MSG_TYPE_LENGTH (mt_readahead_ack, sm_readahead_ack_t); } void