From 4d9112d0b7e992971f48679e804b88fdd40c6ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 30 Apr 2024 11:21:02 +0200 Subject: [PATCH] Shorter comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- src/serverassert.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/serverassert.h b/src/serverassert.h index 6005eabe9e..08f97e5741 100644 --- a/src/serverassert.h +++ b/src/serverassert.h @@ -38,10 +38,7 @@ #ifndef VALKEY_ASSERT_H #define VALKEY_ASSERT_H -/* This is a drop-in replacement of assert. We use it even in code copied from - * other sources. To make these files usable outside of Valkey, it should be - * enough to replace this include with . Therefore, this file - * shouldn't have any dependencies to any other valkey code. */ +/* This file shouldn't have any dependencies to any other Valkey code. */ #if __GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) #define valkey_unreachable __builtin_unreachable