Remove thin_link_data method from ThinBufferMethods

It is only used within cg_llvm.
This commit is contained in:
bjorn3
2025-08-15 13:12:19 +00:00
parent bea625f327
commit e3d0b7d648
3 changed files with 8 additions and 13 deletions

View File

@@ -59,7 +59,6 @@ pub trait WriteBackendMethods: Clone + 'static {
pub trait ThinBufferMethods: Send + Sync {
fn data(&self) -> &[u8];
fn thin_link_data(&self) -> &[u8];
}
pub trait ModuleBufferMethods: Send + Sync {