diff options
Diffstat (limited to 'js/assets.ts')
-rw-r--r-- | js/assets.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/assets.ts b/js/assets.ts index 16f4cd983..6261f4ad3 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -94,7 +94,4 @@ export const assetSourceCode: { [key: string]: string } = { // Static definitions "typescript.d.ts": typescriptDts, "types.d.ts": typesDts, - - // TODO(ry) Remove the following when possible. It's a workaround. - "msg_generated.d.ts": "", }; |