summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-06-28 14:23:18 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-06-28 14:23:18 +0000
commitebfcede344e7f3147185970649cc32b2f037eb82 (patch)
tree6a3d4738eade043947692c95fc9259eddae0fff9 /src/pcre2_error.c
parent760ca3f35c304d2ad5655317ac72d837b6b0164b (diff)
downloadpcre2-ebfcede344e7f3147185970649cc32b2f037eb82.tar.gz
The pcre2_match() function's basic facilities are working (though hardly
tested). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@22 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_error.c')
-rw-r--r--src/pcre2_error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index be94181..5e028a9 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -228,8 +228,6 @@ static const char match_error_texts[] =
"NULL argument passed\0"
"nested recursion at the same subject position\0"
"recursion limit exceeded\0"
- "unknown opcode - pattern overwritten?\0"
- "value unset\0" /* Used by pcre2_pattern_info() */
;