mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[233651][cleanup] Remove FIXME comment
This commit is contained in:
parent
a10b2f3fc5
commit
7398e74f13
1 changed files with 0 additions and 2 deletions
|
@ -913,8 +913,6 @@ public class SftpFileService extends AbstractFileService implements ISshService,
|
||||||
//bug 154419: test for dangling symbolic link
|
//bug 154419: test for dangling symbolic link
|
||||||
if (e.id == ChannelSftp.SSH_FX_NO_SUCH_FILE) {
|
if (e.id == ChannelSftp.SSH_FX_NO_SUCH_FILE) {
|
||||||
//simply try to delete --> if it really doesnt exist, this will throw an exception
|
//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 {
|
try {
|
||||||
getChannel("SftpFileService.delete.rm").rm(fullPathRecoded); //$NON-NLS-1$
|
getChannel("SftpFileService.delete.rm").rm(fullPathRecoded); //$NON-NLS-1$
|
||||||
} catch (Exception e2) {
|
} catch (Exception e2) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue