Removal of dead code and bug fixes for reflection
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -135,11 +135,6 @@ namespace ScriptCanvasTests
|
||||
// don't hang on to dangling assets
|
||||
AZ::Data::AssetManager::Instance().DispatchEvents();
|
||||
|
||||
if (AZ::IO::FileIOBase* fileIO = AZ::IO::FileIOBase::GetInstance())
|
||||
{
|
||||
fileIO->DestroyPath(k_tempCoreAssetDir);
|
||||
}
|
||||
|
||||
if (s_application)
|
||||
{
|
||||
s_application->Stop();
|
||||
|
||||
Reference in New Issue
Block a user