d2compiler: Remove old TODO

This commit is contained in:
Anmol Sethi 2023-01-02 18:13:44 -08:00
parent 5abde05b86
commit 49428367a5
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -17,8 +17,6 @@ import (
"oss.terrastruct.com/d2/d2target"
)
// TODO: should Parse even be exported? guess not. IR should contain list of files and
// their AST.
type CompileOptions struct {
UTF16 bool
}