Compare commits

..

No commits in common. "5890c69d132f0c5cd557092e2523ba9d07ef234e" and "9108603d8881d7762dcadfde1db927a1653dfda5" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ NAN_METHOD(PosixFadvise) {
#ifdef __APPLE__
// No equivalent on MACOSX
info.GetReturnValue().Set(0);
#elif _WIN32
// Skip on Windows
info.GetReturnValue().Set(0);
#else
Nan::HandleScope scope;