aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_dbg.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-02-15 15:46:27 +0100
committerHans Nilsson <[email protected]>2018-03-29 11:58:28 +0200
commit3352eaf189c55e60778fc76b94530fac0c314fba (patch)
tree8950c26f190c31c847ffa96cb54874281a8ecb48 /lib/ssh/src/ssh_dbg.hrl
parent221dc123b58da0952fb77ff13243ecc8b53f1ae4 (diff)
downloadotp-3352eaf189c55e60778fc76b94530fac0c314fba.tar.gz
otp-3352eaf189c55e60778fc76b94530fac0c314fba.tar.bz2
otp-3352eaf189c55e60778fc76b94530fac0c314fba.zip
ssh: New ssh_dbg module
Diffstat (limited to 'lib/ssh/src/ssh_dbg.hrl')
-rw-r--r--lib/ssh/src/ssh_dbg.hrl27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/ssh/src/ssh_dbg.hrl b/lib/ssh/src/ssh_dbg.hrl
deleted file mode 100644
index e94664737b..0000000000
--- a/lib/ssh/src/ssh_dbg.hrl
+++ /dev/null
@@ -1,27 +0,0 @@
-%%
-%% %CopyrightBegin%
-%%
-%% Copyright Ericsson AB 2004-2016. All Rights Reserved.
-%%
-%% Licensed under the Apache License, Version 2.0 (the "License");
-%% you may not use this file except in compliance with the License.
-%% You may obtain a copy of the License at
-%%
-%% http://www.apache.org/licenses/LICENSE-2.0
-%%
-%% Unless required by applicable law or agreed to in writing, software
-%% distributed under the License is distributed on an "AS IS" BASIS,
-%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-%% See the License for the specific language governing permissions and
-%% limitations under the License.
-%%
-%% %CopyrightEnd%
-%%
-
--ifndef(SSH_DBG_HRL).
--define(SSH_DBG_HRL, 1).
-
--define(formatrec(RecName,R),
- ssh_dbg:wr_record(R, record_info(fields,RecName), [])).
-
--endif. % SSH_DBG_HRL defined