Skip to content

Commit 42480dc

Browse files
committed
comment out useless line
1 parent 65b3835 commit 42480dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cheat Engine/MonoDataCollector/MonoDataCollector/PipeServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void ErrorFilter(int signr, siginfo_t* info, void* uap)
8686
char s[200];
8787
snprintf(s, 200, "Errorfilter %d", signr);
8888
OutputDebugString(s);
89-
ucontext_t* uap_c = (ucontext_t*)uap;
89+
//ucontext_t* uap_c = (ucontext_t*)uap;
9090
//check if it's the serverthread, and if so, change the instruction pointer to ErrorThrow
9191
uint64_t tid;
9292

0 commit comments

Comments
 (0)