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