[tor-commits] [meek/master] Remove a useless type.

dcf at torproject.org dcf at torproject.org
Thu May 8 03:28:50 UTC 2014


commit d3762db183fc752a0a146f168a6aed8313fb625a
Author: David Fifield <david at bamsoftware.com>
Date:   Wed May 7 20:01:25 2014 -0700

    Remove a useless type.
---
 meek-client-torbrowser/windows.go |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meek-client-torbrowser/windows.go b/meek-client-torbrowser/windows.go
index 8a3c90f..3a68de7 100644
--- a/meek-client-torbrowser/windows.go
+++ b/meek-client-torbrowser/windows.go
@@ -6,6 +6,6 @@
 package main
 
 const (
-	firefoxPath        string = "Browser/firefox.exe"
-	firefoxProfilePath        = "Data/Browser/profile.meek-http-helper"
+	firefoxPath        = "Browser/firefox.exe"
+	firefoxProfilePath = "Data/Browser/profile.meek-http-helper"
 )





More information about the tor-commits mailing list