Skip to content

Commit fea80c1

Browse files
committed
Revert "address a compiler warning"
This reverts commit 77c6d0a.
1 parent 77c6d0a commit fea80c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/mmio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ class MMIORange
173173
const bool readonly;
174174
#endif
175175
const bool silent;
176-
#ifndef __APPLE__
177176
const int core;
178-
#endif
179177
MMIORange(const MMIORange &) = delete;
180178
MMIORange & operator = (const MMIORange &) = delete;
181179
public:

0 commit comments

Comments
 (0)