Skip to content

Commit de17ac9

Browse files
AlexMasterovbigbes
authored andcommitted
Remove unnecessary return (#114)
'rv' variable is undeclared and second 'return' is not needed here.
1 parent fbfb006 commit de17ac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tarantool_network.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ void tntll_stream_close(php_stream *stream, zend_string *pid) {
4040
int tntll_stream_fpid2(zend_string *pid, php_stream **ostream) {
4141
TSRMLS_FETCH();
4242
return php_stream_from_persistent_id(pid->val, ostream TSRMLS_CC);
43-
return rv;
4443
}
4544

4645
int tntll_stream_fpid(const char *host, int port, zend_string *pid,

0 commit comments

Comments
 (0)