File 0405-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 @@ -485,13 +485,6 @@ pixel_height = 768, modes = <<>>}). -%% assertion macro --define(ssh_assert(Expr, Reason), - case Expr of - true -> ok; - _ -> exit(Reason) - end). - %% dbg help macros -define(wr_record(N,BlackList), -- 2.16.4