Unverified Commit a1216c4f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused variable definition

parent 9142d489
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {