From b8c720d8bc331d1d5bc235eb87a704bcb3f2d37c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 21 Sep 2021 11:52:51 +0200
Subject: [PATCH] Update docs.it4i/software/lang/csc.md

---
 docs.it4i/software/lang/csc.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs.it4i/software/lang/csc.md b/docs.it4i/software/lang/csc.md
index 29cd08a63..a77bedc71 100644
--- a/docs.it4i/software/lang/csc.md
+++ b/docs.it4i/software/lang/csc.md
@@ -81,6 +81,7 @@ csharp> from f in Directory.GetFiles ("mydirectory")
 { "mydirectory/mynewfile.cs", "mydirectory/script.sh" }
 ```
 
+<!--
 ## MPI.NET
 
 MPI is available for mono:
@@ -118,6 +119,7 @@ Greetings from node 0 of 4 running on cn204
 Greetings from node 3 of 4 running on cn199
 Greetings from node 1 of 4 running on cn199
 ```
+-->
 
 For more information, see the [Mono documentation page][a].
 
-- 
GitLab