Skip to content

Commit 840a654

Browse files
committed
Comment out 'new_MethodHandle2' (currently unused)
1 parent bf5712f commit 840a654

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

uvloop/cbhandles.pyx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ cdef new_MethodHandle1(Loop loop, str name, method1_t *callback,
240240

241241
return handle
242242

243-
243+
# The below code is currently unused.
244+
'''
244245
cdef new_MethodHandle2(Loop loop, str name, method2_t *callback, object ctx,
245246
object arg1, object arg2):
246247
@@ -257,7 +258,7 @@ cdef new_MethodHandle2(Loop loop, str name, method2_t *callback, object ctx,
257258
handle.arg3 = arg2
258259
259260
return handle
260-
261+
'''
261262

262263
cdef new_MethodHandle3(Loop loop, str name, method3_t *callback, object ctx,
263264
object arg1, object arg2, object arg3):

0 commit comments

Comments
 (0)