From 5a49a3360598abbb2250bd5ebd01ed173a65f8ac Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 12 Sep 2016 11:06:56 -0700 Subject: Responded to CR comments. --- upb/refcounted.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'upb/refcounted.h') diff --git a/upb/refcounted.h b/upb/refcounted.h index 1537414..6698d38 100644 --- a/upb/refcounted.h +++ b/upb/refcounted.h @@ -28,6 +28,8 @@ * For this reason we don't enable it by default, even in debug builds. */ +/* #define UPB_DEBUG_REFS */ + #ifdef __cplusplus namespace upb { class RefCounted; -- cgit v1.2.3