Skip to content

Commit

Permalink
fixup: remove define and typedef only used by removed vkarray
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Svensson <[email protected]>
  • Loading branch information
bjosv committed Jun 29, 2024
1 parent 2ae30ee commit a3420db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vkutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@
#include <stdint.h>
#include <sys/types.h>

#define VK_OK 0
#define VK_ERROR -1
#define VK_EAGAIN -2

typedef int rstatus_t; /* return type */

#define VK_INET4_ADDRSTRLEN (sizeof("255.255.255.255") - 1)
#define VK_INET6_ADDRSTRLEN \
(sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") - 1)
Expand Down

0 comments on commit a3420db

Please sign in to comment.