From 1e5469fb1949da099871efc22d1f228cccb52a95 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 15 Mar 2013 14:13:34 +0000 Subject: [PATCH] Remove unneeded initialization. --- src/Generator/Generators/CSharp/CSharpTypePrinter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs index 782a3cfd..c0de8039 100644 --- a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs +++ b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs @@ -92,7 +92,7 @@ namespace Cxxi.Generators.CSharp { var decl = typedef.Declaration; - TypeMap typeMap = null; + TypeMap typeMap; if (TypeMapDatabase.FindTypeMap(decl, out typeMap)) { return typeMap.CSharpSignature();