Removed temporary migration code to replace 'key' entry in names files

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-23 12:07:52 -08:00
parent d614857da3
commit 91076dbf79
2 changed files with 6 additions and 18 deletions
@@ -28,12 +28,10 @@ namespace GraphCanvas
{
namespace Field
{
// Moved away from "key" due to some strict filtering on secrets
static constexpr char deprecated_key[] = "key";
static constexpr char key[] = "base";
static constexpr char context[] = "context";
static constexpr char variant[] = "variant";
static constexpr char entries[] = "entries";
inline constexpr char key[] = "base";
inline constexpr char context[] = "context";
inline constexpr char variant[] = "variant";
inline constexpr char entries[] = "entries";
}
}
}