From 63c0a35fabf402b1f62af354418bb293685979fd Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Wed, 7 Mar 2018 11:12:08 -0500
Subject: [PATCH] remove code that has no effect

---
 src/REAX/pair_reax.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/REAX/pair_reax.cpp b/src/REAX/pair_reax.cpp
index 0c3374d106..f6217c69a4 100644
--- a/src/REAX/pair_reax.cpp
+++ b/src/REAX/pair_reax.cpp
@@ -172,10 +172,6 @@ void PairREAX::compute(int eflag, int vflag)
 
   FORTRAN(srtbon1, SRTBON1)(&iprune, &ihb, &hbcut, &ihbnew, &itripstaball);
 
-  // communicate with other processors for the atomic bond order calculations
-
-  FORTRAN(cbkabo, CBKABO).abo;
-
   // communicate local atomic bond order to ghost atomic bond order
 
   packflag = 0;
-- 
GitLab