aboutsummaryrefslogtreecommitdiff
path: root/ethosu/tensor_allocator/search_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/tensor_allocator/search_allocator.h')
-rw-r--r--ethosu/tensor_allocator/search_allocator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ethosu/tensor_allocator/search_allocator.h b/ethosu/tensor_allocator/search_allocator.h
index 0ef8688e..6c750151 100644
--- a/ethosu/tensor_allocator/search_allocator.h
+++ b/ethosu/tensor_allocator/search_allocator.h
@@ -98,10 +98,6 @@ private:
* The minimum possible size, assuming all live ranges can be perfectly allocated
*/
uint32_t min_required_size;
- /**
- * The available size (input to algorithm).
- */
- uint32_t available_size;
/** The algorithm stops once the target size has been achieved */
uint32_t target_size;
/** The highest end address of the best found allocation */