From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/snappy/fix-inline.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 repo/system/snappy/fix-inline.patch (limited to 'repo/system/snappy/fix-inline.patch') diff --git a/repo/system/snappy/fix-inline.patch b/repo/system/snappy/fix-inline.patch deleted file mode 100644 index 96484e0..0000000 --- a/repo/system/snappy/fix-inline.patch +++ /dev/null @@ -1,13 +0,0 @@ -Patch-Source: https://github.com/google/snappy/pull/128 - ---- a/snappy.cc -+++ b/snappy.cc -@@ -1014,7 +1014,7 @@ - } - - SNAPPY_ATTRIBUTE_ALWAYS_INLINE --size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { -+inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { - const uint8_t*& ip = *ip_p; - // This section is crucial for the throughput of the decompression loop. - // The latency of an iteration is fundamentally constrained by the -- cgit v1.2.1