Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
I think that `dsr` was unused. See line 317: 

for (int dsr=0; ...
  • Loading branch information
jlblancoc committed Nov 29, 2015
1 parent 70a8fae commit f75228e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions velodyne_pointcloud/src/lib/rawdata.cc
Expand Up @@ -290,8 +290,7 @@ namespace velodyne_rawdata
int azimuth_corrected;
float x, y, z;
float intensity;
uint8_t dsr;


const raw_packet_t *raw = (const raw_packet_t *) &pkt.data[0];

for (int block = 0; block < BLOCKS_PER_PACKET; block++) {
Expand Down

0 comments on commit f75228e

Please sign in to comment.