diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-01 16:34:45 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-01 16:34:45 +0000 |
| commit | 2db7a873de20de1a67f953304213442ca93e3d0f (patch) | |
| tree | 4018e324fe88e08399684c5c2e6376daa0e3daca | |
| parent | 869203cdb2353b21b4d0c85f6ab7298222341883 (diff) | |
| download | rust-2db7a873de20de1a67f953304213442ca93e3d0f.tar.gz rust-2db7a873de20de1a67f953304213442ca93e3d0f.zip | |
Remove unused Context assoc type from WriteBackendMethods
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index 007d61ed51d..a70ed8084a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -210,7 +210,6 @@ impl WriteBackendMethods for GccCodegenBackend { type Module = GccContext; type TargetMachine = (); type ModuleBuffer = ModuleBuffer; - type Context = (); type ThinData = (); type ThinBuffer = ThinBuffer; |
