aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/logging.cpp')
-rw-r--r--src/engine/logging.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/engine/logging.cpp b/src/engine/logging.cpp
index 67f39c85..fd2343fa 100644
--- a/src/engine/logging.cpp
+++ b/src/engine/logging.cpp
@@ -426,23 +426,6 @@ extern "C" LPCSTR LoggingPackageRegistrationStateToString(
426 } 426 }
427} 427}
428 428
429extern "C" LPCSTR LoggingCacheStateToString(
430 __in BURN_CACHE_STATE cacheState
431 )
432{
433 switch (cacheState)
434 {
435 case BURN_CACHE_STATE_NONE:
436 return "None";
437 case BURN_CACHE_STATE_PARTIAL:
438 return "Partial";
439 case BURN_CACHE_STATE_COMPLETE:
440 return "Complete";
441 default:
442 return "Invalid";
443 }
444}
445
446extern "C" LPCSTR LoggingMsiFeatureStateToString( 429extern "C" LPCSTR LoggingMsiFeatureStateToString(
447 __in BOOTSTRAPPER_FEATURE_STATE featureState 430 __in BOOTSTRAPPER_FEATURE_STATE featureState
448 ) 431 )