Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
delete duplicated function
Browse files Browse the repository at this point in the history
Change-Id: Ic4786200708544e8e4aeda53cefdcfbf1c78a08b
  • Loading branch information
anferneeg committed Jun 13, 2011
1 parent d5a5390 commit 38fcb05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions base/lib/base/provisioner.rb
Expand Up @@ -367,14 +367,6 @@ def recover(instance_id, backup_path, handles, &blk)
blk.call(internal_fail)
end

def on_update_service_handle(msg, reply)
@logger.debug("[#{service_description}] Update service handle #{msg.inspect}")
handle = Yajl::Parser.parse(msg)
@update_handle_callback.call(handle) do |response|
response = Yajl::Encoder.encode(response)
@node_nats.publish(reply, response)
end
end
def on_update_service_handle(msg, reply)
@logger.debug("[#{service_description}] Update service handle #{msg.inspect}")
handle = Yajl::Parser.parse(msg)
Expand Down

0 comments on commit 38fcb05

Please sign in to comment.