Remove unused Context assoc type from WriteBackendMethods
This commit is contained in:
parent
744e397d88
commit
7c91ec4652
3 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@ pub trait WriteBackendMethods: 'static + Sized + Clone {
|
|||
type Module: Send + Sync;
|
||||
type TargetMachine;
|
||||
type ModuleBuffer: ModuleBufferMethods;
|
||||
type Context: ?Sized;
|
||||
type ThinData: Send + Sync;
|
||||
type ThinBuffer: ThinBufferMethods;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue