Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TGen: fix unreferenced variable warning
The unused constant had no effect as it was used as a default when the templates_dir parameter is not provided when creating the libgen context, but all uses of that context explicitly passed the corresponding parameter. Fixes issue libadalang-tools#1
- Loading branch information