remove an unused file

pull/743/head
John Shahid 2014-07-15 10:34:41 -04:00
parent 8dc5303764
commit 93394a0b40
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
package protocol
// type Values []interface{}
// type ColumnType int
// const (
// StringType ColumnType = iota
// IntType
// FloatType
// )
// type Series struct {
// Name *string
// ColumnNames []*string
// ColumnTypes []ColumnType
// Points []*Point
// }
// type Point struct {
// Timestamp int64
// Values []Values
// }