Skip to content

Commit

Permalink
Remove the unused var (#4535)
Browse files Browse the repository at this point in the history
The patchset removes an unused var.

Change-Id: I17c70906d0809406fa2e05749567403895938929

Signed-off-by: Baohua Yang <baohua.yang@oracle.com>
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
  • Loading branch information
yeasy authored Nov 13, 2023
1 parent e080530 commit 4ffd96b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/common/ccprovider/ccinfocache.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (c *ccInfoCacheImpl) GetChaincodeData(ccNameVersion string) (*ChaincodeData
c.RUnlock()

if !in {
var err error

// the chaincode data is not in the cache
// try to look it up from the file system
Expand Down

0 comments on commit 4ffd96b

Please sign in to comment.