summaryrefslogtreecommitdiff
path: root/upb/refcounted.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-09-09 18:54:34 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-09-09 18:54:34 -0700
commitaf79bfb919694a58852685f36a46ff32e401b58c (patch)
treef4da3853a6341d9bafee0be69f6aa64395cfe230 /upb/refcounted.h
parentb176b976a5f941a73b2247b3ae8473bf1c0c0fa7 (diff)
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.
Diffstat (limited to 'upb/refcounted.h')
-rw-r--r--upb/refcounted.h2
1 files changed, 0 insertions, 2 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback