Browse Source

Titan: unused variables

Vitalii Demianets 11 years ago
parent
commit
6b744ef01f
1 changed files with 2 additions and 7 deletions
  1. 2 7
      driver-titan.c

+ 2 - 7
driver-titan.c

@@ -318,8 +318,6 @@ static void get_nonce_range(int dieno, int coreno, uint32_t *nonce_bottom, uint3
 
 
 static bool configure_one_die(struct knc_titan_info *knc, int asic, int die)
 static bool configure_one_die(struct knc_titan_info *knc, int asic, int die)
 {
 {
-	struct cgpu_info *proc, *first_proc;
-	struct thr_info *mythr;
 	struct knc_titan_core *knccore;
 	struct knc_titan_core *knccore;
 	char *repr;
 	char *repr;
 	struct knc_titan_die *die_p;
 	struct knc_titan_die *die_p;
@@ -365,13 +363,11 @@ static bool configure_one_die(struct knc_titan_info *knc, int asic, int die)
 
 
 static bool knc_titan_init(struct thr_info * const thr)
 static bool knc_titan_init(struct thr_info * const thr)
 {
 {
-	const int max_cores = KNC_TITAN_CORES_PER_ASIC;
-	struct thr_info *mythr;
 	struct cgpu_info * const cgpu = thr->cgpu, *proc;
 	struct cgpu_info * const cgpu = thr->cgpu, *proc;
 	struct knc_titan_core *knccore;
 	struct knc_titan_core *knccore;
 	struct knc_titan_die *kncdie;
 	struct knc_titan_die *kncdie;
 	struct knc_titan_info *knc;
 	struct knc_titan_info *knc;
-	int i, asic, die, core_base;
+	int i, asic, die;
 	int total_cores = 0;
 	int total_cores = 0;
 	int asic_cores[KNC_TITAN_MAX_ASICS] = {0};
 	int asic_cores[KNC_TITAN_MAX_ASICS] = {0};
 
 
@@ -615,8 +611,7 @@ static bool knc_titan_process_report(struct knc_titan_info * const knc, struct k
 
 
 static void knc_titan_poll(struct thr_info * const thr)
 static void knc_titan_poll(struct thr_info * const thr)
 {
 {
-	struct thr_info *mythr;
-	struct cgpu_info * const cgpu = thr->cgpu, *proc;
+	struct cgpu_info * const cgpu = thr->cgpu;
 	struct knc_titan_info * const knc = cgpu->device_data;
 	struct knc_titan_info * const knc = cgpu->device_data;
 	struct knc_titan_core *knccore;
 	struct knc_titan_core *knccore;
 	struct work *work, *tmp;
 	struct work *work, *tmp;