summaryrefslogtreecommitdiff
path: root/pcretest.c
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-18 18:35:05 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-18 18:35:05 +0000
commitee59e8011f8298f70413cb9fcb523e2604216a6c (patch)
tree8cee6fe900d5b2c8c9aa98fd61fa42ff56fd5029 /pcretest.c
parent78738567a83355973d1429a6fb7613fb08856fff (diff)
downloadpcre-ee59e8011f8298f70413cb9fcb523e2604216a6c.tar.gz
Remove unused variable
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1127 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcretest.c')
-rw-r--r--pcretest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pcretest.c b/pcretest.c
index 1377d5c..8abad3f 100644
--- a/pcretest.c
+++ b/pcretest.c
@@ -2931,9 +2931,6 @@ real_pcre32 *re = (real_pcre32 *)ere;
int op;
pcre_uint32 *ptr = (pcre_uint32 *)re + re->name_table_offset;
int length = re->name_count * re->name_entry_size;
-#ifdef SUPPORT_UTF
-BOOL utf = (re->options & PCRE_UTF32) != 0;
-#endif /* SUPPORT_UTF */
/* Always flip the bytes in the main data block and study blocks. */