소스 검색

Remove unused Item.Object field.

Fixes bradfitz/gomemcache#42
Brad Fitzpatrick 10 년 전
부모
커밋
fb1f79c6b6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      memcache/memcache.go

+ 0 - 3
memcache/memcache.go

@@ -147,9 +147,6 @@ type Item struct {
 	// Value is the Item's value.
 	Value []byte
 
-	// Object is the Item's value for use with a Codec.
-	Object interface{}
-
 	// Flags are server-opaque flags whose semantics are entirely
 	// up to the app.
 	Flags uint32