Skip to content

Commit 1192ea2

Browse files
committed
Removed unused reference to streamNumRows on ResultSet
1 parent 79a8473 commit 1192ea2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/resultset.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ function extend(resultSet) {
7070
value: getRows,
7171
enumerable: true,
7272
writable: true
73-
},
74-
streamNumRows: { // Number of rows each getRows() call will make when usign queryStream
75-
enumerable: false,
76-
writable: true
7773
}
7874
}
7975
);

0 commit comments

Comments
 (0)