From bdfb7c69ea3f0a98066af51551ade6dc8aa920f9 Mon Sep 17 00:00:00 2001 From: Richard Berger <richard.berger@temple.edu> Date: Mon, 22 May 2017 17:51:40 -0400 Subject: [PATCH] Remove unused code detected by coverity CID 177700 --- src/neigh_request.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/neigh_request.cpp b/src/neigh_request.cpp index bb691d00ba..8d720e766c 100644 --- a/src/neigh_request.cpp +++ b/src/neigh_request.cpp @@ -228,7 +228,6 @@ void NeighRequest::copy_request(NeighRequest *other, int skipflag) dnum = other->dnum; - iskip = other->iskip; iskip = NULL; ijskip = NULL; -- GitLab