mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Remove unused macro
It has never been used.
This commit is contained in:
parent
a0478b6998
commit
fb5806533f
@ -225,8 +225,6 @@ static char *readMessageFromPipe(int fd);
|
||||
|
||||
#define messageStartsWith(msg, prefix) \
|
||||
(strncmp(msg, prefix, strlen(prefix)) == 0)
|
||||
#define messageEquals(msg, pattern) \
|
||||
(strcmp(msg, pattern) == 0)
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user