Readahead message types belong to the channel-thread implementation
authorChris Hanson <org/chris-hanson/cph>
Fri, 28 Apr 1995 06:45:37 +0000 (06:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 28 Apr 1995 06:45:37 +0000 (06:45 +0000)
and are already initialized there.  The initialization here was an
unnecessary duplicate.

v7/src/microcode/os2io.c

index 946623ea42603ccb6c503f66052fef1020a3cbba..fe7845ee79ae134319073d1588da0a84b81a100f 100644 (file)
@@ -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