From e54612bb30a58fc60e6aa8174ed1d77d612b382e Mon Sep 17 00:00:00 2001
From: Sze Howe Koh <szehowe.koh@gmail.com>
Date: Sun, 30 Aug 2015 16:05:32 +0800
Subject: [PATCH] Doc: Remove outdated reading list

These books were published between 1995 and 1997, and are very dated.
Newcomers should be directed to learn about C++11's std::thread instead
of the platform-specific APIs.

We don't want to continue maintaining this list, as it's very easy for
users to find their own introductory reading material.

Change-Id: I780f58630e6bbebf01e89a9382832051cc3a1444
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
---
 doc/src/frameworks-technologies/threads.qdoc | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/doc/src/frameworks-technologies/threads.qdoc b/doc/src/frameworks-technologies/threads.qdoc
index 6a4bb198..876669a8 100644
--- a/doc/src/frameworks-technologies/threads.qdoc
+++ b/doc/src/frameworks-technologies/threads.qdoc
@@ -57,8 +57,10 @@
 
     \section1 Topics:
 
+    These articles assume that the reader has basic knowledge about
+    multithreaded applications.
+
     \list
-    \li \l{Recommended Reading}
     \li \l{The Threading Classes}
     \li \l{Multithreading Technologies in Qt}
     \li \l{Synchronizing Threads}
@@ -67,18 +69,6 @@
     \li \l{Thread-Support in Qt Modules}
     \endlist
 
-    \section1 Recommended Reading
-
-    This document is intended for an audience that has knowledge of,
-    and experience with, multithreaded applications. If you are new
-    to threading see our Recommended Reading list:
-
-    \list
-    \li \l {http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989}{Threads Primer: A Guide to Multithreaded Programming}
-    \li \l {http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676}{Thread Time: The Multithreaded Programming Guide}
-    \li \l {http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151a}{Pthreads Programming: A POSIX Standard for Better Multiprocessing}
-    \li \l {http://www.amazon.com/WIN32-Multithreaded-Programming-Aaron-Cohen/dp/1565922964}{Win32 Multithreaded Programming}
-    \endlist
 
     \section1 The Threading Classes
 
-- 
GitLab