Skip to content

Commit 4aa20cf

Browse files
committed
Merge pull request discourse#1053 from vipulnsward/remove_var
Remove unused var.
2 parents 88a9e13 + 5e5ef9c commit 4aa20cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/post_analyzer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def cook(*args)
1818

1919
# If we have any of the oneboxes in the cache, throw them in right away, don't
2020
# wait for the post processor.
21-
dirty = false
2221
result = Oneboxer.apply(cooked) do |url, elem|
2322
Oneboxer.invalidate(url) if args.last[:invalidate_oneboxes]
2423
Oneboxer.onebox url

0 commit comments

Comments
 (0)