veyron/profiles: Fix redeclaration of flags.

Change-Id: Idd196148de140bed158b47b3888b6c882bd1d78e
diff --git a/profiles/roaming/roaming.go b/profiles/roaming/roaming.go
index d4c1f82..01d4ae5 100644
--- a/profiles/roaming/roaming.go
+++ b/profiles/roaming/roaming.go
@@ -41,7 +41,6 @@
 )
 
 func init() {
-	commonFlags = flags.CreateAndRegister(flag.CommandLine, flags.Listen)
 	rt.RegisterProfile(New())
 }