Remove yet another unneeded patch.

The port built fine with the static_assert on 11.2-i386 and 12.0-amd64.
This commit is contained in:
Raphael Kubo da Costa 2019-03-31 16:35:11 +00:00
parent 1d1160c3b9
commit 7c29538c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497428

View File

@ -1,12 +0,0 @@
--- src/3rdparty/chromium/net/disk_cache/blockfile/disk_format.h.orig 2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/net/disk_cache/blockfile/disk_format.h
@@ -149,7 +149,9 @@ struct RankingsNode {
};
#pragma pack(pop)
+#if !defined(OS_BSD)
static_assert(sizeof(RankingsNode) == 36, "bad RankingsNode");
+#endif
} // namespace disk_cache