File 1433-ssh-remove-unused-field-of-ssh.patch of Package erlang
From b32a95adb52b26e9f67bab177aa1297fbca53b67 Mon Sep 17 00:00:00 2001
From: Alexandre Rodrigues <alexandrejbr@live.com>
Date: Wed, 13 Aug 2025 15:56:51 +0200
Subject: [PATCH 03/20] ssh: remove unused field of #ssh
---
lib/ssh/src/ssh.hrl | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index be99ba3d2a..d5d38740c0 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -1303,7 +1303,6 @@ Experimental options that should not to be used in products.
%% Keep-alive
alive_interval = infinity :: non_neg_integer() | infinity,
alive_count = 0 :: non_neg_integer(),
- alive_started = false :: boolean(),
last_alive_at = 0 :: non_neg_integer(),
awaiting_keepalive_response = false :: boolean(),
alive_sent_probes = 0 :: non_neg_integer()
--
2.51.0