Remove/fix some dead code

All of this was found via warnings ("remarks") from icc.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1435 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-03-20 10:00:31 +00:00
parent e64b2549f5
commit 860ccb7dec
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ bool CFile::FType(const CString sFileName, EFileTypes eType, bool bUseLstat) {
case FT_SOCK:
return S_ISSOCK(st.st_mode);
default:
return false;
break;
}
return false;
}