From ca2eb0a396443f5731a03dc80b8ee3385fd934ca Mon Sep 17 00:00:00 2001
From: Olivier Blanvillain <olivier.blanvillain@epfl.ch>
Date: Mon, 22 Feb 2021 16:17:45 +0000
Subject: [PATCH] Update README.md

---
 labs/lab1-parallel-box-blur-filter/README.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md
index b45bc80..14c233d 100755
--- a/labs/lab1-parallel-box-blur-filter/README.md
+++ b/labs/lab1-parallel-box-blur-filter/README.md
@@ -20,17 +20,6 @@ git clone -b scalashop git@gitlab.epfl.ch:lamp/student-repositories-s21/cs206-GA
 If you see compilation errors even though you did not write any code yet, it means
 you're not using the correct version of Java, see step 2 and 3 of the [tool setup page](https://gitlab.epfl.ch/lamp/cs206/blob/master/labs/tools-setup.md).
 
-### Fixing spurious errors in the IDE
-
-When you open the project in the IDE, you might see red lines under valid code,
-to fix this problem:
-
-1. Delete the file `Interfaces.scala` in `src/main/scala/scalashop`
-2. Open the file `package.scala` in `src/main/scala/scalashop`
-3. In `package.scala`, copy-paste the content of https://gitlab.epfl.ch/lamp/cs206-2020/snippets/33/raw
-   **below** the line `import org.scalameter._`
-4. Save the file, quit the IDE and run `launchIDE` again.
-
 ## Setup scalashop
 
 In this assignment, we will implement a box blur filter, used in applications
-- 
GitLab