Merge pull request #1053 from vipulnsward/remove_var
Remove unused var.
This commit is contained in:
commit
4aa20cf23c
|
@ -18,7 +18,6 @@ class PostAnalyzer
|
||||||
|
|
||||||
# If we have any of the oneboxes in the cache, throw them in right away, don't
|
# If we have any of the oneboxes in the cache, throw them in right away, don't
|
||||||
# wait for the post processor.
|
# wait for the post processor.
|
||||||
dirty = false
|
|
||||||
result = Oneboxer.apply(cooked) do |url, elem|
|
result = Oneboxer.apply(cooked) do |url, elem|
|
||||||
Oneboxer.invalidate(url) if args.last[:invalidate_oneboxes]
|
Oneboxer.invalidate(url) if args.last[:invalidate_oneboxes]
|
||||||
Oneboxer.onebox url
|
Oneboxer.onebox url
|
||||||
|
|
Loading…
Reference in New Issue