-
Notifications
You must be signed in to change notification settings - Fork 593
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
Matlab cleanup #2464
Conversation
@@ -1,14 +0,0 @@ | |||
% CloseCallback Summary of CloseCallback |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
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.
This PR removes unused code in Ice for MATLAB. It also removes the generateds comments for code that is no longer generated.