AP_HAL_SITL: remove unused _home_str member

This commit is contained in:
Peter Barker 2021-12-06 23:23:14 +11:00 committed by Peter Barker
parent 68ed809f8b
commit cce14d8461
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -287,7 +287,6 @@ private:
const char *defaults_path = HAL_PARAM_DEFAULTS_PATH;
const char *_home_str;
char *_gps_fifo[2];
// simulated GPS devices