[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
};