commit 8306cf6f1836f9674d6285281a241890b7237b6d Author: David Fifield david@bamsoftware.com Date: Fri Mar 1 21:29:49 2013 -0800
Remove unused pt_enverror. --- flashproxy-client | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client index ed97ced..ef25d47 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -984,10 +984,6 @@ def pt_line(keyword, *args): print keyword, " ".join(pt_escape(x) for x in args) sys.stdout.flush()
-def pt_enverror(msg): - pt_line("ENV-ERROR", msg) - sys.exit(1) - def pt_smethoderror(msg): pt_line("SMETHOD-ERROR", msg) sys.exit(1)
tor-commits@lists.torproject.org