Skip to content

Commit ee48add

Browse files
committed
Remove unused variable.
1 parent b407027 commit ee48add

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tool/charges/src/main/java/org/openscience/cdk/charges/Polarizability.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,7 @@ public double calculateGHEffectiveAtomPolarizability(IAtomContainer atomContaine
164164
} else {
165165
acH = atomContainer;
166166
}
167-
168-
List<IAtom> startAtom = new ArrayList<>(1);
169-
startAtom.add(0, atom);
170167
double bond;
171-
172168
polarizabilitiy += getKJPolarizabilityFactor(acH, atom);
173169
for (int i = 0; i < acH.getAtomCount(); i++) {
174170
if (!acH.getAtom(i).equals(atom)) {

0 commit comments

Comments
 (0)