diff options
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r-- | src/engine/plan.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h index 9d7debe1..dad436d4 100644 --- a/src/engine/plan.h +++ b/src/engine/plan.h | |||
@@ -550,12 +550,9 @@ HRESULT PlanSetResumeCommand( | |||
550 | __in BOOTSTRAPPER_COMMAND* pCommand, | 550 | __in BOOTSTRAPPER_COMMAND* pCommand, |
551 | __in BURN_LOGGING* pLog | 551 | __in BURN_LOGGING* pLog |
552 | ); | 552 | ); |
553 | |||
554 | #ifdef DEBUG | ||
555 | void PlanDump( | 553 | void PlanDump( |
556 | __in BURN_PLAN* pPlan | 554 | __in BURN_PLAN* pPlan |
557 | ); | 555 | ); |
558 | #endif | ||
559 | 556 | ||
560 | #if defined(__cplusplus) | 557 | #if defined(__cplusplus) |
561 | } | 558 | } |