From b038eabe137af6187c41344aa2f554cd5d72baad Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 10:06:12 +0200 Subject: Remove obsolete comments Signed-off-by: Szczepan Zalega --- unittest/test_bindings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'unittest') diff --git a/unittest/test_bindings.py b/unittest/test_bindings.py index 36dc4a3..0f8c0ff 100644 --- a/unittest/test_bindings.py +++ b/unittest/test_bindings.py @@ -32,7 +32,6 @@ def C(request): a = iter(declarations) for declaration in a: - # extern int NK_write_totp_slot(int slot_number, char* secret, int time_window); if declaration.startswith('extern') and not '"C"' in declaration: declaration = declaration.replace('extern', '').strip() while not ';' in declaration: -- cgit v1.2.1