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

Remove deprecated argument to getChunkOffsetTableSize() #988

Merged

Conversation

cary-ilm
Copy link
Member

Resolves #740 in time for the 3.0 release.

Signed-off-by: Cary Phillips cary@ilm.com

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm
Copy link
Member Author

@peterhillman, can you take a look at this?

@@ -442,7 +442,7 @@ bool usesLongNames (const Header &header);
//

IMF_EXPORT
int getChunkOffsetTableSize(const Header& header,bool deprecated_attribute=false);
int getChunkOffsetTableSize(const Header& header);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the comment about the deprecated_attribute be removed (line 440) as well as the parameter itself?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done, thanks.

Copy link
Contributor

@peterhillman peterhillman left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm merged commit 217140e into AcademySoftwareFoundation:master Mar 28, 2021
cary-ilm added a commit that referenced this pull request Mar 28, 2021
* Remove deprecated argument to getChunkOffsetTableSize()

Signed-off-by: Cary Phillips <cary@ilm.com>

* Remove mention of deprecated_attribute from comment

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm deleted the getChunkOffsetTableSize-arg branch May 18, 2021 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated argument to getChunkOffsetTableSize
2 participants