github.com/ndau/noms@v1.0.5/go/nbs/benchmarks/drop_cache_other.go (about)

     1  // Copyright 2016 Attic Labs, Inc. All rights reserved.
     2  // Licensed under the Apache License, version 2.0:
     3  // http://www.apache.org/licenses/LICENSE-2.0
     4  
     5  // +build !linux
     6  
     7  package main
     8  
     9  func dropCache() error {
    10  	return nil
    11  }