diff options
Diffstat (limited to 'src/port/pgstrsignal.c')
-rw-r--r-- | src/port/pgstrsignal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/port/pgstrsignal.c b/src/port/pgstrsignal.c index 7d76d1cca90..8c10a760c6c 100644 --- a/src/port/pgstrsignal.c +++ b/src/port/pgstrsignal.c @@ -6,9 +6,6 @@ * On platforms compliant with modern POSIX, this just wraps strsignal(3). * Elsewhere, we do the best we can. * - * This file is not currently built in MSVC builds, since it's useless - * on non-Unix platforms. - * * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * |