From af79bfb919694a58852685f36a46ff32e401b58c Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 9 Sep 2016 18:54:34 -0700 Subject: Some refcounting fixes. Clearly this stuff is too complex overall. The plan is to move away from this and more towards pools, like proto2 uses. --- upb/refcounted.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'upb/refcounted.h') diff --git a/upb/refcounted.h b/upb/refcounted.h index 6698d38..1537414 100644 --- a/upb/refcounted.h +++ b/upb/refcounted.h @@ -28,8 +28,6 @@ * 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