AP_Proximity: nuke clang warnings

This commit is contained in:
Andy Piper 2022-02-26 13:54:31 +00:00 committed by Peter Barker
parent 5a7f5844d4
commit 173a43e361
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ private:
AP_Float *fence_alt_max;
Location current_loc;
// latest sector updated
uint8_t last_sector;
// get distance in meters to fence in a particular direction in degrees (0 is forward, angles increase in the clockwise direction)
bool get_distance_to_fence(float angle_deg, float &distance) const;