summaryrefslogtreecommitdiff
path: root/src/debug/debug-pal
diff options
context:
space:
mode:
authorJosé Rivero <jorive@microsoft.com>2019-04-16 18:58:31 -0700
committerGitHub <noreply@github.com>2019-04-16 18:58:31 -0700
commitb388f6cd87d87f4a07fe966aaa1bc92f245165d9 (patch)
tree96d38fd71242691b4066ffe8977993b827bdb77a /src/debug/debug-pal
parentf360bbc0cf893bcd612516563145729743d3af2b (diff)
downloadcoreclr-b388f6cd87d87f4a07fe966aaa1bc92f245165d9.tar.gz
coreclr-b388f6cd87d87f4a07fe966aaa1bc92f245165d9.tar.bz2
coreclr-b388f6cd87d87f4a07fe966aaa1bc92f245165d9.zip
[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)
- Update MicrosoftDiagnosticsTracingTraceEventPackageVersion - Delete connection if the request is unknown/unhandled - Adding missing error handling. - Provider names must be defined. - Some renaming, error handling, and build warnings. - Removing test code, and merge EventPipe::Enable functions. - Remove commented/non-used lines.
Diffstat (limited to 'src/debug/debug-pal')
-rw-r--r--src/debug/debug-pal/win/diagnosticsipc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debug-pal/win/diagnosticsipc.cpp b/src/debug/debug-pal/win/diagnosticsipc.cpp
index 5467581f4a..ef65f232a6 100644
--- a/src/debug/debug-pal/win/diagnosticsipc.cpp
+++ b/src/debug/debug-pal/win/diagnosticsipc.cpp
@@ -73,7 +73,7 @@ IpcStream *IpcStream::DiagnosticsIpc::Accept(ErrorCallback callback) const
return new IpcStream(hPipe);
}
-void IpcStream::DiagnosticsIpc::Unlink(ErrorCallback callback)
+void IpcStream::DiagnosticsIpc::Unlink(ErrorCallback)
{
}