Skip to content

Commit

Permalink
revert merge release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHAO committed Apr 24, 2019
1 parent e457e83 commit 2c7e832
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gobeansdb/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,6 @@ func handleGC(w http.ResponseWriter, r *http.Request) {
}
}()

isQuery := getGCQuery(r)
if isQuery {
result = storage.hstore.GCBuckets()
return
}

bucketID, err = getBucket(r)
if err != nil {
return
Expand Down

0 comments on commit 2c7e832

Please sign in to comment.