Skip to content

Commit ad4b928

Browse files
committed
Drop unused fgetss_state member
1 parent 47a722e commit ad4b928

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/php_streams.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ struct _php_stream {
206206
* PHP_STREAM_FCLOSE_XXX as appropriate */
207207
uint8_t fclose_stdiocast:2;
208208

209-
uint8_t fgetss_state; /* for fgetss to handle multiline tags */
210-
211209
char mode[16]; /* "rwb" etc. ala stdio */
212210

213211
uint32_t flags; /* PHP_STREAM_FLAG_XXX */

0 commit comments

Comments
 (0)