From 5e5ef9cafdf5e04b5a069c844f4a409fc1e2d186 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Thu, 20 Jun 2013 20:58:05 +0530 Subject: [PATCH] Remove unused var. --- app/models/post_analyzer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/post_analyzer.rb b/app/models/post_analyzer.rb index 29790bcaf92..4dd42173747 100644 --- a/app/models/post_analyzer.rb +++ b/app/models/post_analyzer.rb @@ -18,7 +18,6 @@ class PostAnalyzer # If we have any of the oneboxes in the cache, throw them in right away, don't # wait for the post processor. - dirty = false result = Oneboxer.apply(cooked) do |url, elem| Oneboxer.invalidate(url) if args.last[:invalidate_oneboxes] Oneboxer.onebox url