aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu/device.h')
-rw-r--r--src/core/cpu/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu/device.h b/src/core/cpu/device.h
index b2f5711..a730d08 100644
--- a/src/core/cpu/device.h
+++ b/src/core/cpu/device.h
@@ -103,7 +103,7 @@ class CPUDevice : public DeviceInterface
std::string builtinsHeader(void) const { return "cpu.h"; }
private:
- unsigned int p_cores, p_num_events, p_compute_units;
+ unsigned int p_cores, p_num_events;
float p_cpu_mhz;
std::string p_device_name;
pthread_t *p_workers;