diff options
Diffstat (limited to 'misc/yapet/gcc6.patch')
-rw-r--r-- | misc/yapet/gcc6.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/yapet/gcc6.patch b/misc/yapet/gcc6.patch deleted file mode 100644 index a57e0c93c1..0000000000 --- a/misc/yapet/gcc6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- yapet-1.0/yapet/cfg.h 2014-02-23 10:18:41.000000000 -0700 -+++ yapet-1.0/yapet/cfg.h 2016-04-14 07:06:49.665672169 -0700 -@@ -163,7 +163,7 @@ - locked = false; - } - -- void is_locked() const { -+ bool is_locked() const { - return locked; - } - |