Github user echobravopapa commented on a diff in the pull request:

    https://github.com/apache/geode-native/pull/83#discussion_r109743229
  
    --- Diff: src/cppcache/src/ExecutionImpl.cpp ---
    @@ -100,33 +94,31 @@ ResultCollectorPtr ExecutionImpl::execute(const char* 
fn, uint32_t timeout,
       bool serverIsHA = false;
       bool serverOptimizeForWrite = false;
     
    -  if (verifyFuncArgs) {
    -    std::vector<int8_t>* attr = getFunctionAttributes(fn);
    -    {
    +  std::vector<int8_t>* attr = getFunctionAttributes(fn);
    +  {
    --- End diff --
    
    looks like it is an artifact from the previous if statement and can be 
removed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to