forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite545281
committed
Remove dead code in win32.h.
There's no longer a need for the MSVC-version-specific code stanza thatforcibly redefines errno code symbols, because since commit73838b5 we'reunconditionally redefining them in the stanza before this one anyway.Now it's merely confusing and ugly, so get rid of it; and improve thecomment that explains what's going on here.Although this is just cosmetic, back-patch anyway since I'm intendingto back-patch some less-cosmetic changes in this same hunk of code.1 parent1421664 commite545281
1 file changed
+8
-21
lines changedLines changed: 8 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
270 | 277 |
| |
271 | 278 |
| |
| 279 | + | |
272 | 280 |
| |
273 | 281 |
| |
274 |
| - | |
275 | 282 |
| |
276 | 283 |
| |
277 | 284 |
| |
| |||
293 | 300 |
| |
294 | 301 |
| |
295 | 302 |
| |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 | 303 |
| |
317 | 304 |
| |
318 | 305 |
| |
|
0 commit comments
Comments
(0)