forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit24114e8
committed
Remove unnecessary "inline" marker introduced in commit4be058f.
Some of our older buildfarm members bleat about this coding,along the lines ofprepjointree.c:112: warning: 'get_result_relid' declared inline after being calledprepjointree.c:112: warning: previous declaration of 'get_result_relid' was hereModern compilers will probably inline this function without beingprompted, so rather than move the function, let's just drop themarking.1 parent527b5ed commit24114e8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3026 | 3026 |
| |
3027 | 3027 |
| |
3028 | 3028 |
| |
3029 |
| - | |
| 3029 | + | |
3030 | 3030 |
| |
3031 | 3031 |
| |
3032 | 3032 |
| |
|
0 commit comments
Comments
(0)