From a760699b46cd79b62c89a8262d6cbb88673a3cfc Mon Sep 17 00:00:00 2001
From: Matteo Cicuttin <datafl4sh@toxicnet.eu>
Date: Tue, 19 Oct 2021 08:29:32 +0200
Subject: [PATCH] INFO0939-2021 code.

---
 info0939/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/info0939/README.md b/info0939/README.md
index fb422a2..d95a445 100644
--- a/info0939/README.md
+++ b/info0939/README.md
@@ -42,7 +42,6 @@ To debug with GDB: `gdb <progname>`, then
 
 Example: Integer division & `assert()`
 ---
-You are not really required to run this code, but...  
 
 * Compile with `gcc -g -o intdiv intdiv.c` (debug mode)  
 * Compile with `gcc -O3 -DNDEBUG -o intdiv intdiv.c` (release mode)  
-- 
GitLab