git://git.iain.cx/iain
/
pstop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7bb57
)
Remove unneeded constants
author
Simon J Mudd
<sjmudd@pobox.com>
Thu, 12 Feb 2015 21:30:49 +0000
(22:30 +0100)
committer
Simon J Mudd
<sjmudd@pobox.com>
Thu, 12 Feb 2015 21:30:49 +0000
(22:30 +0100)
main.go
patch
|
blob
|
history
diff --git
a/main.go
b/main.go
index
2d218f9
..
5064de5
100644
(file)
--- 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")