remove another __DATE__

This commit is contained in:
Michael Davidsaver
2019-11-15 21:25:37 -08:00
parent 218459f454
commit 3c0d4ccf49

View File

@@ -53,7 +53,7 @@
static const char pVersionCAC[] =
"@(#) " EPICS_VERSION_STRING
", CA Client Library " __DATE__;
", CA Client Library";
// TCP response dispatch table
const cac::pProtoStubTCP cac::tcpJumpTableCAC [] =