[gnome-builder: 12/17] rust-analyzer: Removing unused variable



commit d30aa2b0181d59fa9a4af9c09f9ed6515edbb5d6
Author: Günther Wagner <info gunibert de>
Date:   Sun May 31 13:24:01 2020 +0200

    rust-analyzer: Removing unused variable

 src/plugins/rust-analyzer/rust-analyzer-rename-provider.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/rust-analyzer/rust-analyzer-rename-provider.c 
b/src/plugins/rust-analyzer/rust-analyzer-rename-provider.c
index 7e8bb875e..fe2330a1d 100644
--- a/src/plugins/rust-analyzer/rust-analyzer-rename-provider.c
+++ b/src/plugins/rust-analyzer/rust-analyzer-rename-provider.c
@@ -36,7 +36,6 @@ G_DEFINE_TYPE_WITH_CODE (RustAnalyzerRenameProvider,
 static void
 rust_analyzer_rename_provider_class_init (RustAnalyzerRenameProviderClass *klass)
 {
-  GObjectClass *object_class = G_OBJECT_CLASS (klass);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]