Dev commit. Squash this commit in later rebase

This commit is contained in:
Gustav Simonsson 2015-05-07 06:06:22 +02:00
parent 97c37356fd
commit 68251ab06f
2 changed files with 2 additions and 3 deletions

4
Godeps/Godeps.json generated
View file

@ -17,8 +17,8 @@
}, },
{ {
"ImportPath": "github.com/ethereum/ethash", "ImportPath": "github.com/ethereum/ethash",
"Comment": "v23.1-195-g4d50db9", "Comment": "v23.1-198-g56a22a5",
"Rev": "4d50db90d8bb5f2fae357570366cb8c657a4ddfc" "Rev": "56a22a5784aef3565e80a9620ef2064dff920f8e"
}, },
{ {
"ImportPath": "github.com/howeyc/fsnotify", "ImportPath": "github.com/howeyc/fsnotify",

View file

@ -10,7 +10,6 @@ package ethash
#include "src/libethash/io.c" #include "src/libethash/io.c"
#ifdef _WIN32 #ifdef _WIN32
# include "src/libethash/util_win32.c"
# include "src/libethash/io_win32.c" # include "src/libethash/io_win32.c"
# include "src/libethash/mmap_win32.c" # include "src/libethash/mmap_win32.c"
#else #else