From 7be7100750d0ed29a2756e15b26f3b75a1d577dc Mon Sep 17 00:00:00 2001 From: Klaus Trainer Date: Sat, 18 May 2013 23:42:20 +0200 Subject: ssl: Remove unused `srp_parameters` type spec As the file 'lib/ssl/src/ssl_srp_primes.hrl' only contains a specification of a `srp_parameters` type that isn't exported and also isn't referenced anywhere (neither in the code nor in the documentation), the type specification (and hence the file as well) can be removed. --- lib/ssl/src/ssl_srp_primes.hrl | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/ssl/src/ssl_srp_primes.hrl (limited to 'lib/ssl/src/ssl_srp_primes.hrl') diff --git a/lib/ssl/src/ssl_srp_primes.hrl b/lib/ssl/src/ssl_srp_primes.hrl deleted file mode 100644 index 4bd534efbf..0000000000 --- a/lib/ssl/src/ssl_srp_primes.hrl +++ /dev/null @@ -1 +0,0 @@ --type srp_parameters() :: srp_1024 | srp_1536 | srp_2048 | srp_3072 | srp_4096 | srp_6144 | srp_8192. -- cgit v1.2.3