1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/util/test/SimpleTest.cs b/crypto/test/src/util/test/SimpleTest.cs
index 1cf9aa16f..faeee65c9 100644
--- a/crypto/test/src/util/test/SimpleTest.cs
+++ b/crypto/test/src/util/test/SimpleTest.cs
@@ -125,7 +125,6 @@ namespace Org.BouncyCastle.Utilities.Test
private static string GetShortName(
string fullName)
{
-// TODO MonoDevelop/Visual Studio embedded resource ids still inconsistent
#if PORTABLE
return fullName.Substring("crypto.tests.".Length);
#else
|