[tor-commits] [flashproxy/master] Remove unused pt_enverror.

dcf at torproject.org dcf at torproject.org
Sat Mar 2 05:49:36 UTC 2013


commit 8306cf6f1836f9674d6285281a241890b7237b6d
Author: David Fifield <david at 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)





More information about the tor-commits mailing list