Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
remove unreferenced const
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranrg committed Mar 14, 2017
1 parent f600318 commit 7775936
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/controllerhost/queueDepth.go
Expand Up @@ -41,10 +41,6 @@ import (
)

const (
// T471438, ADDR_SEAL is being written into replica_stats. We ignore small negative 26-bit 2's-compliment numbers,
// which are larger than this constant in signed 64-bit space
storageMetaValuesLimit = int64(1<<26) - (1 << 4)

// QueueDepthTabulationString can be added to a destination or CG owner email to request queue depth tabulation
// Note that Google allows something like this: gbailey+queueDepthTabulation@uber.com
// The above is still a valid email and will be delivered to gbailey@uber.com
Expand Down

0 comments on commit 7775936

Please sign in to comment.