pidl: Remove duplicate "if (PyLong_Check($cvar)" clauses
authorAndrew Bartlett <abartlet@samba.org>
Sat, 14 Mar 2020 21:10:24 +0000 (10:10 +1300)
committerNoel Power <npower@samba.org>
Mon, 23 Mar 2020 19:12:43 +0000 (19:12 +0000)
commit79044e966cbe44d60997ecbd4b44f07305d99ac2
treee3ff5878ab02915ff3413c563bac939580a5220e
parent3aea3b15381857bf3e9a69477c487c91f1b6cbbd
pidl: Remove duplicate "if (PyLong_Check($cvar)" clauses

Since we moved to Python3, these have been dead code, and it is clearer
now that we have removed the compatability define.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
pidl/lib/Parse/Pidl/Samba4/Python.pm