Navigation Menu

Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 27, 2017
1 parent 9a817ce commit d62ebc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/groonga/client/command-line/groonga-client-index-check.rb
Expand Up @@ -101,7 +101,6 @@ def initialize(client, options)
@client = client
@options = options
@targets = @options[:targets]
@exit_code = 0
end

def check
Expand Down Expand Up @@ -267,7 +266,6 @@ def check_index_integrity
end
end
if target_columns.empty?
@exit_code = 1
abort_run("Failed to check <#{@targets.join(',')}> because there is no such a LEXCON.INDEX.")
end
broken_indexes = []
Expand Down

0 comments on commit d62ebc8

Please sign in to comment.