Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2a62e3d0 authored by snuverink_j's avatar snuverink_j
Browse files

Merge branch '588-compiler-errors-with-clang9' into 'master'

Resolve "compiler errors with clang9"

Closes #588

See merge request OPAL/src!416
parents 93541f92 21bf8782
No related branches found
No related tags found
No related merge requests found
...@@ -22,26 +22,6 @@ ...@@ -22,26 +22,6 @@
#include "Channels/IndirectChannel.h" #include "Channels/IndirectChannel.h"
#include <cctype> #include <cctype>
// Attribute access table.
// ------------------------------------------------------------------------
namespace {
struct Entry {
const char *name;
double(RBendRep::*get)() const;
void (RBendRep::*set)(double);
};
const Entry entries[] = {
{
"L",
&RBendRep::getElementLength,
&RBendRep::setElementLength
},
{ 0, 0, 0 }
};
}
RBendRep::RBendRep(): RBendRep::RBendRep():
RBend(), RBend(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment