aboutsummaryrefslogtreecommitdiff
path: root/internal/tlog/log_go1.4.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tlog/log_go1.4.go')
-rw-r--r--internal/tlog/log_go1.4.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/tlog/log_go1.4.go b/internal/tlog/log_go1.4.go
deleted file mode 100644
index 98d69db..0000000
--- a/internal/tlog/log_go1.4.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build !go1.5
-// = go 1.4 or lower
-
-package tlog
-
-import (
- "log/syslog"
-)
-
-func (l *toggledLogger) SwitchToSyslog(p syslog.Priority) {
- Info.Printf("Cannot switch to syslog - need Go 1.5 or higher")
-}
-
-func SwitchLoggerToSyslog(p syslog.Priority) {
- Info.Printf("Cannot switch to syslog - need Go 1.5 or higher")
-}