Removed code

This commit is contained in:
MoneroOcean
2018-03-25 00:03:10 +01:00
parent 5b5041514f
commit 0559f909e2
2 changed files with 2 additions and 7 deletions

View File

@@ -5,11 +5,6 @@
"sources": [ "sources": [
"src/main.cc", "src/main.cc",
"src/cryptonote_core/cryptonote_format_utils.cpp", "src/cryptonote_core/cryptonote_format_utils.cpp",
"src/crypto/tree-hash.c",
"src/crypto/crypto.cpp",
"src/crypto/crypto-ops.c",
"src/crypto/crypto-ops-data.c",
"src/crypto/hash.c",
"src/common/base58.cpp", "src/common/base58.cpp",
], ],
"include_dirs": [ "include_dirs": [

View File

@@ -8,8 +8,8 @@
#include "cryptonote_core/cryptonote_basic.h" #include "cryptonote_core/cryptonote_basic.h"
#include "cryptonote_core/cryptonote_format_utils.h" #include "cryptonote_core/cryptonote_format_utils.h"
#include "cryptonote_protocol/blobdatatype.h" #include "cryptonote_protocol/blobdatatype.h"
#include "crypto/crypto.h" //#include "crypto/crypto.h"
#include "crypto/hash.h" //#include "crypto/hash.h"
#include "common/base58.h" #include "common/base58.h"
#include "serialization/binary_utils.h" #include "serialization/binary_utils.h"
#include <nan.h> #include <nan.h>