Skip to content

Commit

Permalink
Remove reference to used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Jan 31, 2015
1 parent f24520a commit fa94960
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/sensors/adxl345.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,6 @@ struct adxl345_dev_s

struct work_s timeout; /* Supports timeout work */
struct adxl345_sample_s sample; /* Last sampled accelerometer data */

/* The following is a list if poll structures of threads waiting for
* driver events. The 'struct pollfd' reference for each open is also
* retained in the f_priv field of the 'struct file'.
*/

#ifndef CONFIG_DISABLE_POLL
struct pollfd *fds[CONFIG_ADXL345_NPOLLWAITERS];
#endif
};

/********************************************************************************************
Expand Down

0 comments on commit fa94960

Please sign in to comment.