Browse Source

api: remove unused SCRYPTSTR.

Gets rid of compiler warning.
build-mingw
Noel Maersk 10 years ago
parent
commit
aa471a2dfd
  1. 2
      api.c

2
api.c

@ -145,8 +145,6 @@ static const char *NULLSTR = "(null)"; @@ -145,8 +145,6 @@ static const char *NULLSTR = "(null)";
static const char *TRUESTR = "true";
static const char *FALSESTR = "false";
static const char *SCRYPTSTR = "scrypt";
static const char *DEVICECODE = "GPU ";
static const char *OSINFO =

Loading…
Cancel
Save