From 105987ef6f8f85b6c0fd9d0c55be7088b700b0b5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 28 Apr 1995 06:45:37 +0000 Subject: [PATCH] Readahead message types belong to the channel-thread implementation and are already initialized there. The initialization here was an unnecessary duplicate. --- v7/src/microcode/os2io.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.25.1