aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-11-24 09:03:24 +0100
committerPer Larsson <[email protected]>2021-11-24 09:03:24 +0100
commit71d8f9609fb6ed86d9de2e73f0095ddb8ea46267 (patch)
tree242f354e269bfc5d70d78ca8c7d49136799c95a1 /zencore
parentSet empty body in Jupiter client. (diff)
parentFixed unused variable in integration tests. (diff)
downloadzen-71d8f9609fb6ed86d9de2e73f0095ddb8ea46267.tar.xz
zen-71d8f9609fb6ed86d9de2e73f0095ddb8ea46267.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore')
-rw-r--r--zencore/compress.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/compress.cpp b/zencore/compress.cpp
index 61f1effe4..35a5acb3a 100644
--- a/zencore/compress.cpp
+++ b/zencore/compress.cpp
@@ -1205,7 +1205,6 @@ TEST_CASE("CompressedBuffer")
SUBCASE("copy uncompressed range")
{
- const uint64_t BlockSize = 64 * sizeof(uint64_t);
const uint64_t N = 1000;
std::vector<uint64_t> ExpectedValues = GenerateData(N);