Skip to content

Commit

Permalink
Shorter comment
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
zuiderkwast committed Apr 30, 2024
1 parent 8b4caf4 commit 4d9112d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/serverassert.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <assert.h>. 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
Expand Down

0 comments on commit 4d9112d

Please sign in to comment.