Skip to content

Commit

Permalink
Revert "print RmFile size (size==192)"
Browse files Browse the repository at this point in the history
This reverts commit e5c4f61.
  • Loading branch information
SeeSpotRun committed May 28, 2021
1 parent c4e2d12 commit e43972c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ bool rm_session_check_kernel_version(int need_major, int need_minor) {
}

void rm_session_init(RmSession *session, RmCfg *cfg) {
rm_log_warning("Sizeof(RmFile): %lu\n", sizeof(RmFile));
memset(session, 0, sizeof(RmSession));
session->timer = g_timer_new();

Expand Down

0 comments on commit e43972c

Please sign in to comment.