about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-27 23:25:12 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-27 23:25:59 +0000
commitef66567984780b2ce8daa155c367bcf7e049ab77 (patch)
tree4b1af5aec8a45d8364255cc74019a43e95004b38 /t
parent728496a31f34234b46d7025a23933aa06dd824f5 (diff)
downloadrainbows-ef66567984780b2ce8daa155c367bcf7e049ab77.tar.gz
We still use and define Rev internally, but that's
mostly just manual labor of converting stuff over.
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 0084f3d..91e05f5 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -23,7 +23,6 @@ models += WriterThreadPool
 models += WriterThreadSpawn
 models += ThreadPool
 models += ThreadSpawn
-models += Rev
 models += Coolio
 models += EventMachine
 models += NeverBlock
@@ -35,9 +34,6 @@ ifeq ($(RUBY_ENGINE),ruby)
     models += Revactor
     models += FiberSpawn
     models += FiberPool
-    models += RevThreadPool
-    models += RevThreadSpawn
-    models += RevFiberSpawn
     models += CoolioThreadPool
     models += CoolioThreadSpawn
     models += CoolioFiberSpawn