citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a60eeb9d3839add537240c7acc3798f352e8f3ed
parent c3d108b2ca3c6383d5afa0781824dc1bc4155037
Author: kyle <kyle@0x30.net>
Date:   Sat, 12 Nov 2016 13:48:19 -0700

src: remove debugging assignments and comment

Diffstat:
Msrc/rt.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/rt.c b/src/rt.c @@ -158,8 +158,6 @@ citrun_node_add(uint8_t node_major, uint8_t node_minor, struct citrun_node *n) shm = shm_extend(sz); - /* n->data = (uint64_t *)(shm + offsetof(struct citrun_node,data)); */ - n->data = 0xF0F0F0F0F0F0F0F0; memcpy(shm, n, sizeof(struct citrun_node)); n->data = (uint64_t *)(shm + sizeof(struct citrun_node)); }