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:
Douglas Creager 2021-02-23 09:39:39 -05:00
parent a29c8d9264
commit a7e2b6a8b2
2 changed files with 0 additions and 43 deletions

View file

@ -16,6 +16,3 @@ pub mod web_ui;
#[cfg(test)]
mod tests;
#[cfg(not(test))]
mod allocations_stubs;