Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / commrec.h
index 1fd00e8ae43b81102e9d0d6317741a182008b931..dddbc4c998f01bff84d3a4401d0abae5f00dbfe6 100644 (file)
@@ -258,10 +258,6 @@ typedef struct {
   
 } gmx_nodecomm_t;
 
-typedef struct {
-       int dummy;
-} gmx_commrec_thread_t;
-
 typedef struct {
   /* The nodeids in one sim are numbered sequentially from 0.
    * All communication within some simulation should happen
@@ -282,10 +278,6 @@ typedef struct {
   int nnodes_intra;         /* total number of intra nodes */
   int nnodes_pp_intra;      /* total number of PP intra nodes */
 
-#ifdef GMX_THREAD_SHM_FDECOMP
-  gmx_commrec_thread_t thread;
-#endif
-
   gmx_nodecomm_t nc;
   
   /* For domain decomposition */