aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/logging.h')
-rw-r--r--src/engine/logging.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h
index cea4d31d..22dd54d9 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -133,11 +133,6 @@ LPWSTR LoggingStringOrUnknownIfNull(
133 __in LPCWSTR wz 133 __in LPCWSTR wz
134 ); 134 );
135 135
136// Note: this function is not thread safe.
137LPCSTR LoggingVersionToString(
138 __in DWORD64 dw64Version
139 );
140
141 136
142#if defined(__cplusplus) 137#if defined(__cplusplus)
143} 138}