mirror of
https://github.com/adafruit/Adafruit_GPS.git
synced 2026-07-28 04:08:15 +00:00
Remove unused variables
This commit is contained in:
@@ -205,8 +205,6 @@ void Adafruit_GPS::parseTime(char *p) {
|
||||
*/
|
||||
/**************************************************************************/
|
||||
void Adafruit_GPS::parseLat(char *p) {
|
||||
int32_t degree;
|
||||
long minutes;
|
||||
char degreebuff[10];
|
||||
if (!isEmpty(p)) {
|
||||
strncpy(degreebuff, p, 2);
|
||||
|
||||
Reference in New Issue
Block a user