diff options
author | Jennifer Peshansky <jennifer.peshansky@mongodb.com> | 2022-06-27 22:24:01 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-27 23:23:38 +0000 |
commit | 5ce6313f7aaafc18a69179695572adc15e8a35aa (patch) | |
tree | d6c72c1709bca81d47efaf8a6c9cb82388643dad /src/third_party/pcre-8.42/pcre16_dfa_exec.c | |
parent | c8273a45c75aa643ec774928ad7a53cac0bf1875 (diff) | |
download | mongo-5ce6313f7aaafc18a69179695572adc15e8a35aa.tar.gz |
SERVER-65277 Remove dependency on deprecated PCRE library
Diffstat (limited to 'src/third_party/pcre-8.42/pcre16_dfa_exec.c')
-rw-r--r-- | src/third_party/pcre-8.42/pcre16_dfa_exec.c | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/third_party/pcre-8.42/pcre16_dfa_exec.c b/src/third_party/pcre-8.42/pcre16_dfa_exec.c deleted file mode 100644 index 2ba740e972b..00000000000 --- a/src/third_party/pcre-8.42/pcre16_dfa_exec.c +++ /dev/null @@ -1,45 +0,0 @@ -/************************************************* -* Perl-Compatible Regular Expressions * -*************************************************/ - -/* PCRE is a library of functions to support regular expressions whose syntax -and semantics are as close as possible to those of the Perl 5 language. - - Written by Philip Hazel - Copyright (c) 1997-2012 University of Cambridge - ------------------------------------------------------------------------------ -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of the University of Cambridge nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------------ -*/ - -/* Generate code with 16 bit character support. */ -#define COMPILE_PCRE16 - -#include "pcre_dfa_exec.c" - -/* End of pcre16_dfa_exec.c */ |