Skip to content

Commit b686bee

Browse files
committed
src: remove duplicate experimental_stream_iter
Signed-off-by: Mert Can Altin <mertgold60@gmail.com>
1 parent 42ae3a8 commit b686bee

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)