Skip to content

Commit de96fec

Browse files
committed
src: remove duplicate experimental_stream_iter
1 parent 0b2e2e5 commit de96fec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_options.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class EnvironmentOptions : public Options {
131131
bool experimental_ffi = EXPERIMENTALS_DEFAULT_VALUE;
132132
bool experimental_websocket = true;
133133
bool experimental_sqlite = HAVE_SQLITE;
134-
bool experimental_stream_iter = false;
135134
bool experimental_logger = false;
136135
bool experimental_stream_iter = EXPERIMENTALS_DEFAULT_VALUE;
137136
bool webstorage = HAVE_SQLITE;

0 commit comments

Comments
 (0)