Skip to content

Commit 3d79ab0

Browse files
committed
cosmetic change:
- 不要なdebug message削除
1 parent f7f9be6 commit 3d79ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcallback/property.c

-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ static void __attribute ((constructor)) set_property_init(void) {
295295
unsigned int start, end;
296296
int ret = fscanf(fp, "%08x-%08x ", &start, &end);
297297
fclose(fp);
298-
fprintf(stderr, "scanf %d\n", ret);
299298
if(ret != 2) {
300299
fprintf(stderr, "set_property_init: /proc/pid/maps format error\n");
301300
return;

0 commit comments

Comments
 (0)