mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 07:05:49 +00:00
Remove unused variable.
This commit is contained in:
@@ -931,7 +931,6 @@ public class ExtractorHTML extends ContentExtractor implements InitializingBean
|
||||
String name = null;
|
||||
String httpEquiv = null;
|
||||
String content = null;
|
||||
String property = null;
|
||||
while (attr.find()) {
|
||||
int valueGroup =
|
||||
(attr.start(14) > -1) ? 14 : (attr.start(15) > -1) ? 15 : 16;
|
||||
|
||||
Reference in New Issue
Block a user