From 4557577ea2fb36b734cb69b8b53e356ebbdb2b7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Gajdu=C5=A1ek?= <gajdusek.pavel@gmail.com>
Date: Fri, 22 Sep 2017 14:29:38 +0200
Subject: [PATCH] c sharp

---
 docs.it4i/software/csc.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs.it4i/software/csc.md b/docs.it4i/software/csc.md
index df231ece1..22d871553 100644
--- a/docs.it4i/software/csc.md
+++ b/docs.it4i/software/csc.md
@@ -28,13 +28,6 @@ Compile the program and make *Windows executable*.
 $ mcs -out:hello.exe hello.cs
 ```
 
-This command should not return any error status. You can try to remove one of the curly brackets to get error output:
-
-```console
-csc.cs(7,246): error CS1525: Unexpected symbol `end-of-file
-Compilation failed: 1 error(s), 0 warnings
-```
-
 Now run the program:
 
 ```console
-- 
GitLab