1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 05:22:28 -04:00

Sync changes.

This commit is contained in:
XMRig
2019-04-01 00:31:46 +07:00
parent 24e4328915
commit 40d9f53743
2 changed files with 2 additions and 2 deletions

View File

@@ -152,8 +152,6 @@ public:
virtual void getJSON(rapidjson::Document &doc) const = 0;
virtual void parseJSON(const rapidjson::Value &json) = 0;
virtual void setFileName(const char *fileName) = 0;
static IConfig *create();
};