about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-01 16:34:45 +0000
committerAntoni Boucher <bouanto@zoho.com>2023-02-28 19:13:19 -0500
commit5943166b299ba66d26fa343b06d72b567e82ce1b (patch)
treec9cdea527bf546964fd57200af009a86864fb029
parent5c30c25f07d1144ff1945e4ef1ee56aefd53bc9d (diff)
downloadrust-5943166b299ba66d26fa343b06d72b567e82ce1b.tar.gz
rust-5943166b299ba66d26fa343b06d72b567e82ce1b.zip
Remove unused Context assoc type from WriteBackendMethods
-rw-r--r--src/lib.rs1
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;