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:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user