From 04a3f873dbec05eedf62d0a83f2f14b31e238315 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 22 Jan 2004 00:36:08 +0000 Subject: [PATCH] MPI_Offset has been added; remove this extraneous type This commit was SVN r521. --- src/mca/mpi/io/io.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mca/mpi/io/io.h b/src/mca/mpi/io/io.h index 44c2ae95a7..da053e7133 100644 --- a/src/mca/mpi/io/io.h +++ b/src/mca/mpi/io/io.h @@ -39,10 +39,6 @@ struct mca_io_base_module_1_0_0_t { typedef struct mca_io_base_module_1_0_0_t mca_io_base_module_1_0_0_t; -//TODO: -//remove when added to LAM: -typedef long long MPI_Offset; - // // add typedefs for all MPI-IO functions to io.h // add prototypes for all MPI-IO functions to io_romio.h