Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab cleanup #2464

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Matlab cleanup #2464

merged 2 commits into from
Jul 11, 2024

Conversation

bernardnormier
Copy link
Member

This PR removes unused code in Ice for MATLAB. It also removes the generateds comments for code that is no longer generated.

@bernardnormier bernardnormier requested review from pepone and externl July 11, 2024 18:47
@@ -1,14 +0,0 @@
% CloseCallback Summary of CloseCallback
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't map this feature to MATLAB.

@@ -19,18 +18,4 @@
% Compress the batch requests if at least one request was made on a compressed proxy.
BasedOnProxy (2)
end
methods(Static)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a helper function for decoding enums.

namespace IceMatlab
{
mxArray* createStringFromUTF8(const std::string&);
std::string getStringFromUTF16(mxArray*);
mxArray* createEmpty();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these functions weren't called anywhere, and I am not in favor of keeping unused code just in case we may need it in the future.

@bernardnormier bernardnormier merged commit e648d24 into zeroc-ice:main Jul 11, 2024
17 checks passed
@bernardnormier bernardnormier deleted the matlab-cleanup branch December 9, 2024 17:07
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants