diff --git a/src/nrnoc/extcelln.cpp b/src/nrnoc/extcelln.cpp index 6a1b9f2b6b..9e7076ff3e 100644 --- a/src/nrnoc/extcelln.cpp +++ b/src/nrnoc/extcelln.cpp @@ -225,7 +225,6 @@ void extnode_free_elements(Extnode* nde) { } static void check_if_extracellular_in_use() { - hoc_Item* qsec; for (Section* sec: range_sec(section_list)) { if (sec->pnode[0]->extnode) { hoc_execerror("Cannot change nlayer_extracellular when instances exist", NULL);