mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kioslave: remove now unused stat() buffer
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
edd40b61f4
commit
3a8f3163bf
1 changed files with 0 additions and 3 deletions
|
@ -354,9 +354,6 @@ void FileProtocol::listDir(const KUrl &url)
|
|||
//kDebug(7101) << "========= LIST " << url << "details=" << details << " =========";
|
||||
UDSEntry entry;
|
||||
|
||||
#ifndef HAVE_DIRENT_D_TYPE
|
||||
KDE_struct_stat st;
|
||||
#endif
|
||||
KDE_struct_dirent *ep;
|
||||
while ((ep = KDE_readdir(dp)) != 0 ) {
|
||||
entry.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue