[
https://issues.apache.org/jira/browse/GEODE-9206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335002#comment-17335002
]
ASF GitHub Bot commented on GEODE-9206:
---------------------------------------
gaussianrecurrence opened a new pull request #794:
URL: https://github.com/apache/geode-native/pull/794
- EMPTY_STRING seems not to be used and it's defined 267 times because
it's within a header file. So this commit removes this static var.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove unused static variable
> -----------------------------
>
> Key: GEODE-9206
> URL: https://issues.apache.org/jira/browse/GEODE-9206
> Project: Geode
> Issue Type: Task
> Components: native client
> Reporter: Mario Salazar de Torres
> Assignee: Mario Salazar de Torres
> Priority: Major
> Attachments: static_vars.txt
>
>
> While troubleshooting one issue having to do with static variables in ticketĀ
> GEODE-9193, I noticed that there was an static variable which was unused and
> defined in the header file. Causing to be defined on each source that was
> used.
> So this task is intended to remove this static var.
> Find attached a report of all static variables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)