Not sure why Language was templated. Absent-minded me.

This commit is contained in:
Alexander McCord 2024-05-19 11:38:11 -07:00
parent b235faf489
commit 640ead1b9e

View file

@ -1,12 +1,9 @@
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
#include "Luau/Id.h"
namespace Luau::EqSat
{
template<typename L>
struct Language
{