From 24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 21 Apr 2017 14:15:22 +0000 Subject: community/wiredtiger: moved from testing --- testing/wiredtiger/10-fix-code-generator.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/wiredtiger/10-fix-code-generator.patch (limited to 'testing/wiredtiger/10-fix-code-generator.patch') diff --git a/testing/wiredtiger/10-fix-code-generator.patch b/testing/wiredtiger/10-fix-code-generator.patch deleted file mode 100644 index 618106f511..0000000000 --- a/testing/wiredtiger/10-fix-code-generator.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- orig/wiredtiger-2.6.0/dist/s_typedef -+++ wiredtiger-2.6.0/dist/s_typedef -@@ -21,7 +21,7 @@ - l=`ls ../src/include/*.[hi] ../src/include/*.in | - sed -e '/wiredtiger.*/d' -e '/queue.h/d'` - egrep -h \ -- '^[ ]*(((struct|union)[ ].*__wt_.*{)|WT_PACKED_STRUCT_BEGIN)' \ -+ '^[ ]*(((struct|union)[ ].*__wt_.*\{)|WT_PACKED_STRUCT_BEGIN)' \ - $l | - sed -e 's/WT_PACKED_STRUCT_BEGIN(\(.*\))/struct \1 {/' \ - -e 's/WT_COMPILER_TYPE_ALIGN(.*)[ ]*//' \ -- cgit v1.2.3