Browse Source

Removed unused var

Andrew Kane 6 years ago
parent
commit
8a6923b8ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/blazer/adapters/druid_adapter.rb

+ 0 - 1
lib/blazer/adapters/druid_adapter.rb

@@ -9,7 +9,6 @@ module Blazer
         error = nil
 
         header = {"Content-Type" => "application/json", "Accept" => "application/json"}
-        context = {}
         timeout = data_source.timeout ? data_source.timeout.to_i : 300
         data = {
           query: statement,