Removes AbstractModelTranslator.h from Gems/ScriptCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-06 15:11:22 -08:00
parent faa44260c6
commit b571e0c031
2 changed files with 0 additions and 35 deletions
@@ -1,34 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/Outcome/Outcome.h>
namespace ScriptCanvas
{
class Graph;
namespace Grammar
{
class AbstractCodeModel;
}
namespace Translation
{
// move the shared functionality here\
// avoid virtual calls with a virtual function call
// that defines characters for single line comment
// block comment open/close, etc
// function delcarations, etc
// scope resolution
}
}
@@ -54,7 +54,6 @@ set(FILES
Include/ScriptCanvas/Core/SlotNames.h
Include/ScriptCanvas/Core/SubgraphInterface.h
Include/ScriptCanvas/Core/SubgraphInterfaceUtility.h
Include/ScriptCanvas/Translation/AbstractModelTranslator.h
Include/ScriptCanvas/Translation/Configuration.h
Include/ScriptCanvas/Translation/GraphToCPlusPlus.h
Include/ScriptCanvas/Translation/GraphToLua.h