remove unused variable definition

This commit is contained in:
Axel Kohlmeyer 2020-05-27 13:35:17 -04:00
parent 9142d4893d
commit a1216c4fb2
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 0 additions and 1 deletions

View File

@ -771,7 +771,6 @@ TEST(BondStyle, single) {
}
// gather some information and skip if unsupported
int ntypes = lmp->atom->ntypes;
int nbondtypes = lmp->atom->nbondtypes;
int molecular = lmp->atom->molecular;
if (molecular != 1) {