mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Remove unused enum
This commit is contained in:
parent
c0d79fa3fe
commit
e86b72e6e9
6
miner.h
6
miner.h
@ -1463,10 +1463,4 @@ extern struct api_data *api_add_diff(struct api_data *root, char *name, double *
|
|||||||
extern struct api_data *api_add_percent(struct api_data *root, char *name, double *data, bool copy_data);
|
extern struct api_data *api_add_percent(struct api_data *root, char *name, double *data, bool copy_data);
|
||||||
extern struct api_data *api_add_avg(struct api_data *root, char *name, float *data, bool copy_data);
|
extern struct api_data *api_add_avg(struct api_data *root, char *name, float *data, bool copy_data);
|
||||||
|
|
||||||
enum diff_calc_mode {
|
|
||||||
DM_BITCOIN,
|
|
||||||
DM_QUARKCOIN,
|
|
||||||
DM_LITECOIN,
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* MINER_H */
|
#endif /* MINER_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user