This pull request removes all references to I40Language. These references were part of a past prototype for a specific use case that was never fully implemented or utilized. To maintain a clean and manageable codebase, we have decided to remove I40Language for now.
Motivation and Context
The I40Language was a prototype for a use case that is no longer relevant. Since it was not fully implemented or used, its presence in the codebase creates unnecessary clutter and potential confusion. Removing these references helps streamline the project and reduces maintenance overhead.
Type of change
[x] Code cleanup (non-breaking change which removes unused or obsolete code)
How Has This Been Tested?
The changes have been verified by ensuring that all instances of I40Language were successfully removed. The project was built and run to confirm that no references or dependencies on I40Language remain, and all tests were executed to ensure no new issues were introduced.
Screenshots (if appropriate):
Checklist:
[x] My code follows the style guidelines of this project
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
This pull request removes all references to
I40Language
. These references were part of a past prototype for a specific use case that was never fully implemented or utilized. To maintain a clean and manageable codebase, we have decided to removeI40Language
for now.Motivation and Context
The
I40Language
was a prototype for a use case that is no longer relevant. Since it was not fully implemented or used, its presence in the codebase creates unnecessary clutter and potential confusion. Removing these references helps streamline the project and reduces maintenance overhead.Type of change
How Has This Been Tested?
The changes have been verified by ensuring that all instances of
I40Language
were successfully removed. The project was built and run to confirm that no references or dependencies onI40Language
remain, and all tests were executed to ensure no new issues were introduced.Screenshots (if appropriate):
Checklist: