diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-10-29 07:32:21 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-10-29 07:32:21 +0100 |
| commit | c094be259b918fbcae5bed12d6c6b64bcb4c4846 (patch) | |
| tree | 0809bf58a5625842c8bea890ac07138339e66599 /src/include/c.h | |
| parent | d3111cb753e81a64c1a4417ed6de98a90a04432a (diff) | |
Remove obsolete comment
The comment "type prefixes (const, signed, volatile, inline) are
handled in pg_config.h." has been mostly not true for a long time.
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index 9ab5e617995..01854f99a3c 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -93,8 +93,6 @@ /* ---------------------------------------------------------------- * Section 1: compiler characteristics - * - * type prefixes (const, signed, volatile, inline) are handled in pg_config.h. * ---------------------------------------------------------------- */ |
