File 0448-Remove-unused-ssh_assert-macro-definition.patch of Package erlang
From dc91de34cf93f65fc38cda8e49deef614e3ce7f9 Mon Sep 17 00:00:00 2001
From: Paul Meinhardt <paul@bitcrowd.net>
Date: Fri, 21 Jun 2019 09:34:03 +0200
Subject: [PATCH 2/2] Remove unused "ssh_assert" macro definition
---
lib/ssh/src/ssh.hrl | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 5d06722ea7..52a2d4b297 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -171,11 +171,4 @@
pixel_height = 768,
modes = <<>>}).
-%% assertion macro
--define(ssh_assert(Expr, Reason),
- case Expr of
- true -> ok;
- _ -> exit(Reason)
- end).
-
-endif. % SSH_HRL defined
--
2.16.4