Remove bogus comment.

This commit is contained in:
Robert Haas 2011-03-17 14:43:14 -04:00
parent 1c249fcfcc
commit 02b1f84e7d

View File

@ -534,8 +534,7 @@ ProcessStandbyMessage(void)
} }
/* /*
* Check message type from the first byte. At the moment, there is only * Check message type from the first byte.
* one type.
*/ */
msgtype = pq_getmsgbyte(&reply_message); msgtype = pq_getmsgbyte(&reply_message);