forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75a2d13
committed
Remove unused function declaration
It appears that check_track_commit_timestamp was declared but has neverbeen defined in our code base. Likely this is just leftover cruft froma development version of the original patch to add commit timestamps.Let's just remove the useless declaration. The inclusion of guc.h alsoseems surplus to requirements.Author: Andrey LepikhovDiscussion:https://postgr.es/m/f49aefb5-edbb-633a-af07-3e777023a94d@postgrespro.ru1 parentcb76fbd commit75a2d13
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 22 |
| |
27 | 23 |
| |
28 | 24 |
| |
|
0 commit comments
Comments
(0)