[chore] remove unused functions (#10051)

This commit is contained in:
Enrico Giordani
2021-03-05 11:48:19 +01:00
committed by GitHub
parent 026630df74
commit 22429b2407
2 changed files with 0 additions and 2 deletions

View File

@@ -4,5 +4,4 @@ class Trace
public:
static void RegisterProvider();
static void UnregisterProvider();
static void MyEvent();
};

View File

@@ -4,5 +4,4 @@ class Trace {
public:
static void RegisterProvider();
static void UnregisterProvider();
static void MyEvent();
};