AP_HAL_SITL: removed heap APIs

This commit is contained in:
Andrew Tridgell 2024-11-18 09:50:55 +11:00
parent cad53d748a
commit 4a794b05d8
1 changed files with 0 additions and 11 deletions

View File

@ -84,17 +84,6 @@ private:
static ToneAlarm_SF _toneAlarm;
#endif
#if ENABLE_HEAP
struct heap_allocation_header {
size_t allocation_size; // size of allocated block, not including this header
};
struct heap {
size_t scripting_max_heap_size;
size_t current_heap_usage;
};
#endif // ENABLE_HEAP
int saved_argc;
char *const *saved_argv;