summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cs/Gen.cpp')
-rw-r--r--cpp/src/slice2cs/Gen.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp
index b803c48c768..be1cc03ffb5 100644
--- a/cpp/src/slice2cs/Gen.cpp
+++ b/cpp/src/slice2cs/Gen.cpp
@@ -1087,22 +1087,8 @@ Slice::Gen::Gen(const string& base, const vector<string>& includePaths, const st
_out << nl << "// Generated from file `" << fileBase << ".ice'";
- //
- // TODO: Remove the work-around for Mono once global:: works correctly with generics.
- //
- _out.zeroIndent();
- _out << sp << nl << "#if __MonoCS__";
- _out.restoreIndent();
- _out << sp << nl << "using _System = System;";
- _out << nl << "using _Microsoft = Microsoft;";
- _out.zeroIndent();
- _out << nl << "#else";
- _out.restoreIndent();
_out << sp << nl << "using _System = global::System;";
_out << nl << "using _Microsoft = global::Microsoft;";
- _out.zeroIndent();
- _out << nl << "#endif";
- _out.restoreIndent();
if(impl || implTie)
{