[Libguestfs] [PATCH 26/61] P2V: main - throw away quit-after-20sec thread

Maros Zatko mzatko at redhat.com
Wed Feb 12 14:30:38 UTC 2014


---
 p2v/client/lib/virt-p2v/ui/main.rb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/p2v/client/lib/virt-p2v/ui/main.rb b/p2v/client/lib/virt-p2v/ui/main.rb
index 15f29c1..55db619 100644
--- a/p2v/client/lib/virt-p2v/ui/main.rb
+++ b/p2v/client/lib/virt-p2v/ui/main.rb
@@ -341,13 +341,6 @@ class NewMain < Main
       db_main.run
     }
 
-    Thread.new {
-      (0..200).each {
-        sleep 0.1
-      }
-      exit(0)
-    }
-
     Gtk.main_with_queue 100
   end
 
-- 
1.8.3.1




More information about the Libguestfs mailing list