From 0405d7965eae773c835580ddf923e5b255001622 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 26 Oct 2004 20:13:04 +0000 Subject: [PATCH] Remove the stack define from this file. This commit was SVN r3352. --- src/datatype/datatype.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/datatype/datatype.h b/src/datatype/datatype.h index 4a2c0d6227..8813cfe87b 100644 --- a/src/datatype/datatype.h +++ b/src/datatype/datatype.h @@ -37,8 +37,6 @@ OMPI_DECLSPEC extern ompi_pointer_array_t *ompi_datatype_f_to_c_table; */ #define DT_MAX_PREDEFINED 0x2A -#define DT_INCREASE_STACK 32 - /* flags for the datatypes. */ #define DT_FLAG_DESTROYED 0x0001 /**< user destroyed but some other layers still have a reference */ #define DT_FLAG_COMMITED 0x0002 /**< ready to be used for a send/recv operation */