Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing redundant code
Removes code that was used when writing the test and is not used any
more

Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
johnmay authored and rajarshi committed Mar 20, 2012
1 parent 3f2c646 commit b56e08b
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -322,13 +322,8 @@ public void processIOSettingQuestion(IOSetting setting) {

int count = 0;

java.util.ArrayList<Object> titles = new java.util.ArrayList<Object>();
java.util.ArrayList<IAtomContainer> molecules = new java.util.ArrayList<IAtomContainer>();

while(reader.hasNext()){
IAtomContainer molecule = reader.next();
titles.add(molecule.getProperty(CDKConstants.TITLE));
molecules.add(molecule);
count++;
}

Expand Down

0 comments on commit b56e08b

Please sign in to comment.