Skip to content

Commit

Permalink
bugfix: removed unsused code
Browse files Browse the repository at this point in the history
  • Loading branch information
CheariX committed Jan 20, 2017
1 parent 959976d commit 8e58f44
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 326 deletions.
Expand Up @@ -289,8 +289,6 @@ private void xmlOverlongNamesAttack( RequestResponsePair original )
private void startIteration( IterateModel iterModel, AbstractDosPlugin dosPlugin,
AbstractOptionInteger... abstractOptionInteger )
{
String className = dosPlugin.getClass().getName();
String s = className.substring( className.lastIndexOf( '.' ) + 1 );

boolean successful = false;
int unsuccessfulCount = 0;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 8e58f44

Please sign in to comment.