From: Simon J Mudd Date: Thu, 12 Feb 2015 21:30:49 +0000 (+0100) Subject: Remove unneeded constants X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=1ae912ea9472be78cbf181870cc02cbe183aba14;p=pstop.git Remove unneeded constants --- diff --git a/main.go b/main.go index 2d218f9..5064de5 100644 --- a/main.go +++ b/main.go @@ -17,11 +17,6 @@ import ( "github.com/sjmudd/pstop/version" ) -const ( - sql_driver = "mysql" - db = "performance_schema" -) - var ( flag_debug = flag.Bool("debug", false, "Enabling debug logging") flag_defaults_file = flag.String("defaults-file", "", "Provide a defaults-file to use to connect to MySQL")