diff --git a/docs.it4i/software/csc.md b/docs.it4i/software/csc.md
index df231ece1717627f8bec28381a729e4d1cf4e02c..22d87155323cde4c1580b82457a263d07abbe39b 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