From e6d9d0da048513552bacbac80356e1d962431062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Thu, 5 Nov 2020 12:31:08 +0100 Subject: otp: Remove HiPE and HiPE-related accessories --- bootstrap/lib/compiler/ebin/compiler.app | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 7110dd3e67..a430dc4898 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -81,5 +81,4 @@ {registered, []}, {applications, [kernel, stdlib]}, {env, []}, - {runtime_dependencies, ["stdlib-3.13","kernel-7.0","hipe-3.12","erts-11.0", - "crypto-3.6"]}]}. + {runtime_dependencies, ["stdlib-3.13","kernel-7.0","erts-11.0","crypto-3.6"]}]}. -- cgit v1.2.1