From 8b5393661b0cee13febbee060caf039e2003eafe Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 24 Mar 2023 10:34:10 +0100 Subject: [PATCH] C++: Address review comments --- .../lib/semmle/code/cpp/security/boostorg/asio/protocols.qll | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll b/cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll index 63b11597487..8668ecf078c 100644 --- a/cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll +++ b/cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll @@ -402,11 +402,6 @@ module BoostorgAsio { import DataFlow::Global } - /** DEPRECATED: Use `SslContextCallGlobal` instead. */ - deprecated module SslContextCallMake { - import SslContextCallGlobal - } - /** * Any protocol value that flows to the first argument of a context constructor. */