Remove more unused code.
This commit is contained in:
Родитель
84214db4eb
Коммит
862e40c107
|
@ -22,16 +22,6 @@ namespace MonoEmbeddinator4000.Generators
|
||||||
return new List<CodeGenerator> { sources };
|
return new List<CodeGenerator> { sources };
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string GenId(string id)
|
|
||||||
{
|
|
||||||
return "__" + id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static string AssemblyId(TranslationUnit unit)
|
|
||||||
{
|
|
||||||
return GenId(unit.FileName).Replace('.', '_');
|
|
||||||
}
|
|
||||||
|
|
||||||
public static JavaManagedToNativeTypePrinter GetJavaManagedToNativeTypePrinter()
|
public static JavaManagedToNativeTypePrinter GetJavaManagedToNativeTypePrinter()
|
||||||
{
|
{
|
||||||
return new JavaManagedToNativeTypePrinter
|
return new JavaManagedToNativeTypePrinter
|
||||||
|
@ -63,19 +53,6 @@ namespace MonoEmbeddinator4000.Generators
|
||||||
Unit = unit;
|
Unit = unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string GeneratedIdentifier(string id)
|
|
||||||
{
|
|
||||||
return CGenerator.GenId(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
public string QualifiedName(Declaration decl)
|
|
||||||
{
|
|
||||||
if (Options.GeneratorKind == GeneratorKind.CPlusPlus)
|
|
||||||
return decl.Name;
|
|
||||||
|
|
||||||
return decl.QualifiedName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CManagedToNativeTypePrinter CTypePrinter =>
|
public CManagedToNativeTypePrinter CTypePrinter =>
|
||||||
CGenerator.GetCTypePrinter(Options.GeneratorKind);
|
CGenerator.GetCTypePrinter(Options.GeneratorKind);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче