Skip to content

Commit

Permalink
Remove tainting in DriverEventQueue, it serves no purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jan 3, 2012
1 parent 13f5e8b commit c1d523d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/god/driver.rb
Expand Up @@ -66,8 +66,6 @@ def initialize
@events = []
@monitor = Monitor.new
@resource = @monitor.new_cond
@events.taint
self.taint
end

#
Expand Down

0 comments on commit c1d523d

Please sign in to comment.