aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__move.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base__move.h')
-rw-r--r--www/chromium/files/patch-base__move.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base__move.h b/www/chromium/files/patch-base__move.h
deleted file mode 100644
index 216779e03d6c..000000000000
--- a/www/chromium/files/patch-base__move.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/move.h.orig 2016-03-05 17:46:48.797428036 +0100
-+++ base/move.h 2016-03-05 17:47:02.108427026 +0100
-@@ -31,7 +31,7 @@
- // for more details.
- // TODO(crbug.com/566182): Remove this macro and use DISALLOW_COPY_AND_ASSIGN
- // everywhere instead.
--#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX)
-+#if (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX)) && !defined(OS_BSD)
- #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \
- private: \
- type(const type&) = delete; \