text_formatter: remove unneeded regexp

This commit is contained in:
Simon Eskildsen 2015-03-13 11:10:11 -07:00
parent 347abac2ab
commit 7495181ab1
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ package logrus
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"regexp"
"sort" "sort"
"strings" "strings"
"time" "time"
@ -21,7 +20,6 @@ const (
var ( var (
baseTimestamp time.Time baseTimestamp time.Time
isTerminal bool isTerminal bool
noQuoteNeeded *regexp.Regexp
) )
func init() { func init() {