summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-07-06 20:25:10 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-07-10 18:00:38 +0000
commitc3cd0f6e192da887d62db8ff78e567d8522e4d58 (patch)
tree4a7671b9961032316af30abce534e26d1b25f9f1 /configure.json
parentc12072c685f7e93d5b84e289ca23106482379eff (diff)
configure: Remove test for unused feature "mremap"
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ø <tor.arne.vestbo@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 0 insertions, 10 deletions
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",