mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_SITL: remove unused _home_str member
This commit is contained in:
parent
68ed809f8b
commit
cce14d8461
@ -61,8 +61,6 @@ void SITL_State::_set_param_default(const char *parm)
|
||||
*/
|
||||
void SITL_State::_sitl_setup(const char *home_str)
|
||||
{
|
||||
_home_str = home_str;
|
||||
|
||||
#if !defined(__CYGWIN__) && !defined(__CYGWIN64__)
|
||||
_parent_pid = getppid();
|
||||
#endif
|
||||
|
@ -287,7 +287,6 @@ private:
|
||||
|
||||
const char *defaults_path = HAL_PARAM_DEFAULTS_PATH;
|
||||
|
||||
const char *_home_str;
|
||||
char *_gps_fifo[2];
|
||||
|
||||
// simulated GPS devices
|
||||
|
Loading…
Reference in New Issue
Block a user