Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix line damage
  • Loading branch information
lambdageek committed Jan 17, 2023
commit 7d830fa668a3a0e94afbcf62e9f4e85bc71c1513
1 change: 0 additions & 1 deletion src/coreclr/vm/eventing/eventpipe/ep-rt-coreclr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <eventpipe/ep.h>
#include <eventpipe/ep-stack-contents.h>
#include <eventpipe/ep-rt.h>
#include "common.h"
#include "threadsuspend.h"

ep_rt_lock_handle_t _ep_rt_coreclr_config_lock_handle;
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/vm/eventing/eventpipe/ep-rt-coreclr.h
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ inline
void
ep_rt_init_finish (void)
{
STATIC_CONTRACT_NOTHROW;
STATIC_CONTRACT_NOTHROW;
}

static
Expand Down