summaryrefslogtreecommitdiffstats
path: root/src/org/codeaurora/bluetooth/ftp/FileUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/codeaurora/bluetooth/ftp/FileUtils.java')
-rw-r--r--src/org/codeaurora/bluetooth/ftp/FileUtils.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/org/codeaurora/bluetooth/ftp/FileUtils.java b/src/org/codeaurora/bluetooth/ftp/FileUtils.java
index 03b5b31..fb598d2 100644
--- a/src/org/codeaurora/bluetooth/ftp/FileUtils.java
+++ b/src/org/codeaurora/bluetooth/ftp/FileUtils.java
@@ -159,9 +159,6 @@ public class FileUtils {
} catch(FileNotFoundException e) {
Log.e(TAG,"copyFile file not found "+ e.toString());
return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
- } catch(IOException e) {
- Log.e(TAG,"copyFile open stream failed "+ e.toString());
- return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
} finally {
if (null != reader && null == writer) {
try {