mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.ringbuffer: Remove unused macros
This commit is contained in:
parent
13f287acb9
commit
26d03a9a1a
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
|||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
#define MIN(a, b) ((a)>(b)?(b):(a))
|
||||
#define MAX(a, b) ((a)>(b)?(a):(b))
|
||||
|
||||
typedef struct {
|
||||
size_t rpos; /* read position */
|
||||
size_t wpos; /* write position */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue