From 5feeb79c13f24b2d546c288c19f8968ade6f8c93 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Mon, 27 Mar 2017 15:16:28 -0400
Subject: [PATCH] one more line of dead code removed

---
 src/npair_full_bin_atomonly.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/npair_full_bin_atomonly.cpp b/src/npair_full_bin_atomonly.cpp
index 36f0ab8d66..8d4fc254b5 100644
--- a/src/npair_full_bin_atomonly.cpp
+++ b/src/npair_full_bin_atomonly.cpp
@@ -40,7 +40,6 @@ void NPairFullBinAtomonly::build(NeighList *list)
   double **x = atom->x;
   int *type = atom->type;
   int *mask = atom->mask;
-  tagint *tag = atom->tag;
   tagint *molecule = atom->molecule;
   int nlocal = atom->nlocal;
   if (includegroup) nlocal = atom->nfirst;
-- 
GitLab