Skip to content

Commit

Permalink
Removed unused method [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 7, 2024
1 parent 4b12969 commit d44457c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/pghero/methods/basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ def select_one(sql, conn: nil)
select_all(sql, conn: conn).first.values.first
end

def select_one_stats(sql)
select_one(sql, conn: stats_connection)
end

def execute(sql)
connection.execute(add_source(sql))
end
Expand Down

0 comments on commit d44457c

Please sign in to comment.