Remove allocations_stubs
These were used to provide the `ts_record_*` functions regardless of whether the `allocation-tracking` feature is enabled. The allocation tracking code is now implemented entirely in the `lib` crate, and only when the feature is enabled, and so these stubs are no longer needed.
This commit is contained in:
parent
a29c8d9264
commit
a7e2b6a8b2
2 changed files with 0 additions and 43 deletions
|
|
@ -16,6 +16,3 @@ pub mod web_ui;
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
#[cfg(not(test))]
|
||||
mod allocations_stubs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue