Skip to content

Commit d8a14e2

Browse files
committed
sodium ext: drop unused code
/via @remicollet
1 parent 735b34c commit d8a14e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ext/sodium/libsodium.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ ZEND_BEGIN_ARG_INFO_EX(AI_StringRef_And_String, 0, 0, 2)
5959
ZEND_ARG_INFO(0, string_2)
6060
ZEND_END_ARG_INFO()
6161

62-
ZEND_BEGIN_ARG_INFO_EX(AI_FourStrings, 0, 0, 3)
63-
ZEND_ARG_INFO(0, string_1)
64-
ZEND_ARG_INFO(0, string_2)
65-
ZEND_ARG_INFO(0, string_3)
66-
ZEND_ARG_INFO(0, string_4)
67-
ZEND_END_ARG_INFO()
68-
6962
ZEND_BEGIN_ARG_INFO_EX(AI_StringAndKey, 0, 0, 2)
7063
ZEND_ARG_INFO(0, string)
7164
ZEND_ARG_INFO(0, key)

0 commit comments

Comments
 (0)