From 7495181ab1c42b4cf148388f5630aa8690cd69a0 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Fri, 13 Mar 2015 11:10:11 -0700 Subject: [PATCH] text_formatter: remove unneeded regexp --- text_formatter.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/text_formatter.go b/text_formatter.go index 71dcb66..0a06a11 100644 --- a/text_formatter.go +++ b/text_formatter.go @@ -3,7 +3,6 @@ package logrus import ( "bytes" "fmt" - "regexp" "sort" "strings" "time" @@ -21,7 +20,6 @@ const ( var ( baseTimestamp time.Time isTerminal bool - noQuoteNeeded *regexp.Regexp ) func init() {