wangchuanjin hace 2 años
padre
commit
e548e34697
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      p/public.go

+ 0 - 8
p/public.go

@@ -300,14 +300,6 @@ func LoadBidding(mgo *MongodbSim, dbName, coll string, startTime int64, redisCac
 	return &res, endTime
 }
 
-//
-func IsVipUser(vipStatus int) bool {
-	if vipStatus == 1 || vipStatus == 2 {
-		return true
-	}
-	return false
-}
-
 //
 func ToSortList(list interface{}) *SortList {
 	sl := make(SortList, 0)