summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-12 13:43:35 +0200
committerNoel Grandin <noel@peralex.com>2015-10-13 10:07:49 +0200
commit1716b3a338b19b9d1be39696866b376aed216c9a (patch)
treebf5c22d411039156cc40365db41b83b9ed770ab0 /cli_ure
parentd6f97a21249668fe401dfcbf1827669c1bb0f043 (diff)
remove some useless comments
found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index 2ba5c62aa5af..79b41a1d2b74 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -565,13 +565,6 @@ Assembly ^ TypeEmitter::type_resolve(
::System::Type ^ ret_type = get_type( cts_name, false /* no exc */ );
if (nullptr == ret_type)
{
-// Emit::EnumBuilder * enum_builder =
-// m_module_builder->DefineEnum(
-// cts_name,
-// (TypeAttributes) (TypeAttributes::Public |
-// // TypeAttributes::Sealed |
-// TypeAttributes::AnsiClass),
-// __typeof (::System::Int32) );
// workaround enum builder bug
Emit::TypeBuilder ^ enum_builder =
m_module_builder->DefineType(