Skip to content

Commit

Permalink
Remove the Evma namespace.
Browse files Browse the repository at this point in the history
This appears to be an in-progress rewrite of
the pure-ruby reactor. It was committed with the first version imported
into svn/git and has not been touched since.

See d8fa989 for the rationale behind
deleting this and other legacy code.
  • Loading branch information
tmm1 committed Nov 15, 2010
1 parent d8fa989 commit 24fea3f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 320 deletions.
2 changes: 1 addition & 1 deletion eventmachine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required."

s.rdoc_options = ["--title", "EventMachine", "--main", "README", "-x", "lib/em/version", "-x", "lib/emva", "-x", "lib/evma/", "-x", "lib/jeventmachine"]
s.rdoc_options = ["--title", "EventMachine", "--main", "README", "-x", "lib/em/version", "-x", "lib/jeventmachine"]
end
32 changes: 0 additions & 32 deletions lib/evma/callback.rb

This file was deleted.

75 changes: 0 additions & 75 deletions lib/evma/container.rb

This file was deleted.

77 changes: 0 additions & 77 deletions lib/evma/factory.rb

This file was deleted.

87 changes: 0 additions & 87 deletions lib/evma/protocol.rb

This file was deleted.

48 changes: 0 additions & 48 deletions lib/evma/reactor.rb

This file was deleted.

0 comments on commit 24fea3f

Please sign in to comment.