Removal of dead code and bug fixes for reflection

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-12 15:29:56 -07:00
parent f278bbcd65
commit 11eb920e40
5 changed files with 9 additions and 16 deletions
@@ -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();