Skip to content

Commit

Permalink
Removes old gem order global variable
Browse files Browse the repository at this point in the history
- Fixes linux build because it's unused.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
  • Loading branch information
amzn-phist committed Jan 12, 2023
1 parent 64065a7 commit eef72b0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@

#include <AzCore/Serialization/SerializeContext.h>

namespace
{
// the starting order in the file for gems.
const int g_gemStartingOrder = 100;
}

namespace AssetProcessor
{
Expand Down

0 comments on commit eef72b0

Please sign in to comment.