Skip to content

Commit a68ac28

Browse files
committed
Removing commented out line.
1 parent 3cb48f9 commit a68ac28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yajl/yajl_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def get_yajl_version():
5353
yajl.yajl_alloc.restype = c_void_p
5454
yajl.yajl_alloc.argtypes = [c_void_p, c_void_p, c_void_p]
5555
yajl.yajl_config.restype = c_int
56-
# yajl.yajl_config.argtypes = [c_void_p, c_int, ...]
5756
yajl.yajl_free.argtypes = [c_void_p]
5857
yajl.yajl_parse.restype = c_int
5958
yajl.yajl_parse.argtypes = [c_void_p, c_char_p, c_size_t]

0 commit comments

Comments
 (0)