tls: remove tls.createSecurePair code deprecation
authorJackson Tian <puling.tyq@alibaba-inc.com>
Mon, 10 Nov 2014 05:09:58 +0000 (13:09 +0800)
committerChris Dickinson <christopher.s.dickinson@gmail.com>
Mon, 10 Nov 2014 05:39:24 +0000 (21:39 -0800)
commitd8a3c4ab2aba94f1faac36e51220b270f9b88227
tree216d7597802fc50caf21220934ec21a78889ca98
parent03bae7bded4cfea0a5ca7c77fcfd1fb531eafe86
tls: remove tls.createSecurePair code deprecation

In https://github.com/joyent/node/pulls/8695, the deprecation was
removed from doc.  This removes the deprecation from the code.

PR-URL: https://github.com/joyent/node/pull/8700
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
lib/tls.js