[ https://issues.apache.org/jira/browse/GEODE-9206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335542#comment-17335542 ]
ASF subversion and git services commented on GEODE-9206: -------------------------------------------------------- Commit 7867137fd52b64475b1f7e0c49c0eb5e4b10668b in geode-native's branch refs/heads/develop from Mario Salazar de Torres [ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=7867137 ] GEODE-9206: Remove unused static variable (#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. > 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 > Labels: pull-request-available > 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 a report of all static variables: [^static_vars.txt] > Also the procedure to extract the static variables is defined here: > https://gist.github.com/gaussianrecurrence/8611cb029b46f1a413f4991f82781c36 -- This message was sent by Atlassian Jira (v8.3.4#803005)