diff options
author | Paul Meinhardt <[email protected]> | 2019-06-21 09:34:03 +0200 |
---|---|---|
committer | Paul Meinhardt <[email protected]> | 2019-06-25 23:53:46 +0200 |
commit | dc91de34cf93f65fc38cda8e49deef614e3ce7f9 (patch) | |
tree | bd5e0514cdb3af419bd41a6efbad1f6307c1ee62 /lib | |
parent | d7971f73cb05a2aabf4e3e2f9f1685c2e1ccf6f2 (diff) | |
download | otp-dc91de34cf93f65fc38cda8e49deef614e3ce7f9.tar.gz otp-dc91de34cf93f65fc38cda8e49deef614e3ce7f9.tar.bz2 otp-dc91de34cf93f65fc38cda8e49deef614e3ce7f9.zip |
Remove unused "ssh_assert" macro definition
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 7 |
1 files changed, 0 insertions, 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), |