diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-01 16:34:45 +0000 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-02-28 19:13:19 -0500 |
| commit | 5943166b299ba66d26fa343b06d72b567e82ce1b (patch) | |
| tree | c9cdea527bf546964fd57200af009a86864fb029 | |
| parent | 5c30c25f07d1144ff1945e4ef1ee56aefd53bc9d (diff) | |
| download | rust-5943166b299ba66d26fa343b06d72b567e82ce1b.tar.gz rust-5943166b299ba66d26fa343b06d72b567e82ce1b.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 b660029a4af..3b631e7e18d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -212,7 +212,6 @@ impl WriteBackendMethods for GccCodegenBackend { type Module = GccContext; type TargetMachine = (); type ModuleBuffer = ModuleBuffer; - type Context = (); type ThinData = (); type ThinBuffer = ThinBuffer; |
