diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-13 23:18:48 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-13 23:18:48 -0800 |
commit | 8f9aaa92062af06c5226e6a627533fe9ad07d672 (patch) | |
tree | 6bb93851a95ad7c381dfe257faa6b95e60d616d9 /test/core | |
parent | d209ed0e5504bcd83732b9eca90ba1878318d297 (diff) |
Accidental change fixed
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/util/grpc_profiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/grpc_profiler.c b/test/core/util/grpc_profiler.c index a8fd99dfc1..46bfc1f533 100644 --- a/test/core/util/grpc_profiler.c +++ b/test/core/util/grpc_profiler.c @@ -33,7 +33,7 @@ #include "test/core/util/grpc_profiler.h" -#if 0&&GRPC_HAVE_PERFTOOLS +#if GRPC_HAVE_PERFTOOLS #include <gperftools/profiler.h> void grpc_profiler_start(const char *filename) { ProfilerStart(filename); } |