Remove thin_link_data method from ThinBufferMethods
It is only used within cg_llvm.
This commit is contained in:
@@ -650,10 +650,6 @@ impl ThinBufferMethods for ThinBuffer {
|
||||
fn data(&self) -> &[u8] {
|
||||
&[]
|
||||
}
|
||||
|
||||
fn thin_link_data(&self) -> &[u8] {
|
||||
unimplemented!();
|
||||
}
|
||||
}
|
||||
|
||||
pub struct ThinData; //(Arc<TempDir>);
|
||||
|
||||
Reference in New Issue
Block a user