github.com/dashpay/godash@v0.0.0-20160726055534-e038a21e0e3d/limits/limits_plan9.go (about)

     1  // Copyright (c) 2013-2014 The btcsuite developers
     2  // Copyright (c) 2016 The Dash developers
     3  // Use of this source code is governed by an ISC
     4  // license that can be found in the LICENSE file.
     5  
     6  package limits
     7  
     8  // SetLimits is a no-op on Plan 9 due to the lack of process accounting.
     9  func SetLimits() error {
    10  	return nil
    11  }