Skip to content

Commit 913f4f8

Browse files
committed
Small touchup removing patch that should not have in past commit
1 parent cfdfdb7 commit 913f4f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ class MatrixMarketIterator {
171171
std::string curfile;
172172
curfile = m_folder + "/" + m_curs_id->d_name;
173173
// Discard if it is a folder
174-
#if !(defined(__sun) || defined(_AIX) || defined(__hpux) || defined(__sgi) || defined(__HAIKU__))
175174
if (m_curs_id->d_type == DT_DIR) continue; // FIXME This may not be available on non BSD systems
176-
#endif
177175
// struct stat st_buf;
178176
// stat (curfile.c_str(), &st_buf);
179177
// if (S_ISDIR(st_buf.st_mode)) continue;

0 commit comments

Comments
 (0)