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

Ros refactored #893

Merged
merged 19 commits into from
Dec 14, 2023
Merged

Ros refactored #893

merged 19 commits into from
Dec 14, 2023

Conversation

facontidavide
Copy link
Owner

No description provided.

format_string :
"None"));

QPushButton* abortButton = msgBox.addButton(QMessageBox::Ok);

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable abortButton is not used.
Comment on lines +1050 to +1056
/*
template <typename RangeTy>
explicit SmallVector(const llvm_vecsmall::iterator_range<RangeTy> &R)
: SmallVectorImpl<T>(N) {
this->append(R.begin(), R.end());
}
*/

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Comment on lines +188 to +190
// thread_local std::vector<uint8_t> tmp;
// _cdr->deserialize(tmp);
// return {tmp.data(), tmp.size()};

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Comment on lines +84 to +91
// void CreateStringFromTreeLeaf(const FieldTreeLeaf &leaf, bool skip_root, std::string&
// out)
//{
// const FieldTreeNode* leaf_node = leaf.node_ptr;
// if( !leaf_node ){
// out.clear();
// return ;
// }
// const FieldTreeNode* leaf_node = leaf.node_ptr;
// if( !leaf_node ){
// out.clear();
// return ;
// }

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
.arg(column_names.size())
.arg(string_items.size()));

QPushButton* abortButton = msgBox.addButton(QMessageBox::Ok);

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable abortButton is not used.
@facontidavide facontidavide merged commit 3f97633 into main Dec 14, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant