1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[233651][cleanup] Remove FIXME comment

This commit is contained in:
Martin Oberhuber 2008-05-27 21:25:22 +00:00
parent a10b2f3fc5
commit 7398e74f13

View file

@ -913,8 +913,6 @@ public class SftpFileService extends AbstractFileService implements ISshService,
//bug 154419: test for dangling symbolic link
if (e.id == ChannelSftp.SSH_FX_NO_SUCH_FILE) {
//simply try to delete --> if it really doesnt exist, this will throw an exception
//FIXME either throw SystemElementNotFoundException here OR add check for
//SSH_FX_NO_SUCH_FILE in makeSystemMessageException() and throw SENFE there
try {
getChannel("SftpFileService.delete.rm").rm(fullPathRecoded); //$NON-NLS-1$
} catch (Exception e2) {