cleanup deprecated code
authorJF Ding <jfding@gmail.com>
Wed, 19 Oct 2011 09:11:53 +0000 (17:11 +0800)
committerJF Ding <jfding@gmail.com>
Wed, 19 Oct 2011 09:11:53 +0000 (17:11 +0800)
tools/mic

index a4de6ca..7ec9aa7 100755 (executable)
--- a/tools/mic
+++ b/tools/mic
@@ -145,8 +145,6 @@ class Mic(cmdln.Cmdln):
         self._root_confirm()
 
         imagetype = misc.get_image_type(targetimage)
-        if not imagetype:
-            imagetype = "fs"
         if imagetype == "ext3fsimg":
             imagetype = "loop"