summarylogtreecommitdiffstats
path: root/typedefs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'typedefs.patch')
-rw-r--r--typedefs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/typedefs.patch b/typedefs.patch
deleted file mode 100644
index a1547b3853ba..000000000000
--- a/typedefs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- typedefs.hpp 2014/08/09 15:33:29 1.76
-+++ typedefs.hpp 2016/02/04 22:48:46 1.77
-@@ -235,7 +235,7 @@
-
- Guard& operator=( Guard& r)
- {
-- if( &r == this) return;
-+ if( &r == this) return *this;
- delete guarded;
- guarded = r.guarded;
- r.guarded = NULL;