Skip to content

Commit fed2fe7

Browse files
remove unused
1 parent c21d650 commit fed2fe7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/crypto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ PyObject *aws_py_ec_get_public_coords(PyObject *self, PyObject *args) {
864864

865865
struct aws_allocator *allocator = aws_py_get_allocator();
866866
PyObject *ec_capsule = NULL;
867-
struct aws_byte_cursor digest_cur;
868867
if (!PyArg_ParseTuple(args, "O", &ec_capsule)) {
869868
return NULL;
870869
}

0 commit comments

Comments
 (0)