File 1935-compiler-Remove-unmotivated-empty-comment-in-beam_ss.patch of Package erlang
From 3b203216f144ba1fb5bb230b30756525332619c8 Mon Sep 17 00:00:00 2001
From: Frej Drejhammar <frej.drejhammar@gmail.com>
Date: Thu, 3 Aug 2023 08:05:44 +0200
Subject: [PATCH 5/6] compiler: Remove unmotivated empty comment in
beam_ssa_alias.erl
---
lib/compiler/src/beam_ssa_alias.erl | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/compiler/src/beam_ssa_alias.erl b/lib/compiler/src/beam_ssa_alias.erl
index 893d49d94b..84f767d7a7 100644
--- a/lib/compiler/src/beam_ssa_alias.erl
+++ b/lib/compiler/src/beam_ssa_alias.erl
@@ -256,8 +256,6 @@ killsets_blk_live_outs([Successor|Successors],
killsets_blk_live_outs([], _, _, _, Acc) ->
Acc.
-%%%
-
%%%
%%% Perform an alias analysis of the given functions, alias
%%% information is added as annotations on the SSA code.
--
2.35.3