mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Not sure why Language was templated. Absent-minded me.
This commit is contained in:
parent
b235faf489
commit
640ead1b9e
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue