Remove old comment

This commit is contained in:
de4dot 2011-10-21 20:21:45 +02:00
parent d14f52660d
commit 9063a62325

View File

@ -389,7 +389,7 @@ namespace AssemblyData.methodsrewriter {
}
Assembly rtGetAssembly_TypeArg(Type type) {
return Assembly.GetAssembly(type); //TODO:
return Assembly.GetAssembly(type);
}
Delegate rtGetDelegateInstance(int delegateIndex) {