1// Copyright 2018 Keybase, Inc. All rights reserved. Use of
2// this source code is governed by the included BSD license.
3
4// +build !darwin
5
6package libkb
7
8func DisableProcessTracing() error {
9	return nil
10}
11