From c3cd0f6e192da887d62db8ff78e567d8522e4d58 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 6 Jul 2017 20:25:10 -0700 Subject: configure: Remove test for unused feature "mremap" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a Linux-specific call that was added to the kernel in pre historical times (before Git). Sqlite3 uses mremap(2) but it has its own checking. Nothing else in Qt uses this. Looks like the last user was the QPF font engine, removed in commit d7e424ee6686f663f5134666e09c2875bb3e42b6 almost four years ago. And that's considering that the QPF font engine wasn't in use since Qt 5.0 because QWS was no more... Change-Id: Idaa189413f404cffb1eafffd14ceee7488514c1d Reviewed-by: Tor Arne Vestbø Reviewed-by: Oswald Buddenhagen --- configure.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index b572a3d1f5..b7f767e2ec 100644 --- a/configure.json +++ b/configure.json @@ -396,11 +396,6 @@ "subarch": "neon" }, - "mremap": { - "label": "mremap()", - "type": "compile", - "test": "unix/mremap" - }, "posix_fallocate": { "label": "POSIX fallocate()", "type": "compile", @@ -902,11 +897,6 @@ { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 } ] }, - "mremap": { - "label": "mremap()", - "condition": "tests.mremap", - "output": [ "feature" ] - }, "posix_fallocate": { "label": "POSIX fallocate()", "condition": "tests.posix_fallocate", -- cgit v1.2.3