Skip to content

Commit

Permalink
Clean unreachable code
Browse files Browse the repository at this point in the history
Seem trivial, silents compiler warning:
warning: gssapi/raw/sec_contexts.pyx:367:8: Unreachable code
  • Loading branch information
iboukris authored and frozencemetery committed Aug 10, 2015
1 parent 21ae06b commit 102ea36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gssapi/raw/sec_contexts.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ channel_bindings=None)
ret_flags),
output_ttl_py, oc,
maj_stat == GSS_S_CONTINUE_NEEDED)
return res
else:
raise GSSError(maj_stat, min_stat, token=output_token)

Expand Down

0 comments on commit 102ea36

Please sign in to comment.