Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Remove deprecated code that we have been supporting for backwards com…
Browse files Browse the repository at this point in the history
…patibility with 0.6.x and 0.7.x series

We initiailly installed deprecation warning around July 2011, during final 0.8.0 development iterations.

See http://rubyamqp.info/articles/08_migration/ to learn about migration path from 0.6.x and 0.7.x to 0.8.x
and later releases.
  • Loading branch information
michaelklishin committed Jan 14, 2012
1 parent 628889c commit d63c95d
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 472 deletions.
7 changes: 0 additions & 7 deletions lib/amqp.rb
Expand Up @@ -14,10 +14,3 @@
require "amqp/queue"
require "amqp/channel"
require "amqp/header"


# Will be removed before 1.0.

require "amqp/deprecated/mq"
require "amqp/deprecated/rpc"
require "amqp/deprecated/fork"
17 changes: 0 additions & 17 deletions lib/amqp/deprecated/fork.rb

This file was deleted.

100 changes: 0 additions & 100 deletions lib/amqp/deprecated/logger.rb

This file was deleted.

22 changes: 0 additions & 22 deletions lib/amqp/deprecated/mq.rb

This file was deleted.

169 changes: 0 additions & 169 deletions lib/amqp/deprecated/rpc.rb

This file was deleted.

3 changes: 0 additions & 3 deletions lib/amqp/ext/em.rb

This file was deleted.

0 comments on commit d63c95d

Please sign in to comment.