Removed unused dll check
authorkh5325.kim <kh5325.kim@samsung.com>
Fri, 26 Jul 2013 02:18:31 +0000 (11:18 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Fri, 26 Jul 2013 02:18:31 +0000 (11:18 +0900)
org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java

index 86f7c2a..b52dd3f 100755 (executable)
@@ -168,15 +168,6 @@ extends AbstractLauncher
         if ( null == bridge ) {
             prompter.notify( "Problem occurred while initializing sdb" );
         }
-
-        if (OSChecker.isWindows()) {
-            String dllPath = InstallPathConfig.getSdbWinUsbApiPath();
-            if (!HostUtil.exists(dllPath))
-            {
-                prompter.notify("There is no '" + dllPath + "'\n" +
-                        "It's not mandatory but you may have problem in using sdb through USB.");
-            }
-        }
     }
 
     protected void endSDB() {