diff options
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp')
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp index c93f9d3f..5e26faac 100644 --- a/src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp +++ b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/PrereqBaf.cpp | |||
@@ -77,8 +77,6 @@ HRESULT WINAPI CreateBAFunctions( | |||
77 | HRESULT hr = S_OK; | 77 | HRESULT hr = S_OK; |
78 | CPrereqBaf* pBAFunctions = NULL; | 78 | CPrereqBaf* pBAFunctions = NULL; |
79 | 79 | ||
80 | BalInitialize(pArgs->pEngine); | ||
81 | |||
82 | pBAFunctions = new CPrereqBaf(hModule); | 80 | pBAFunctions = new CPrereqBaf(hModule); |
83 | ExitOnNull(pBAFunctions, hr, E_OUTOFMEMORY, "Failed to create new CPrereqBaf object."); | 81 | ExitOnNull(pBAFunctions, hr, E_OUTOFMEMORY, "Failed to create new CPrereqBaf object."); |
84 | 82 | ||