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 f36ed8c7 authored by frey_m's avatar frey_m
Browse files

Sampler: Remove unused variable.

modified:   CMakeLists.txt
deleted:    SamplingMethod.cpp
modified:   SamplingMethod.h
parent 58678929
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ set (_SRCS ...@@ -3,7 +3,6 @@ set (_SRCS
RNGStream.cpp RNGStream.cpp
SampleCmd.cpp SampleCmd.cpp
Sampler.cpp Sampler.cpp
SamplingMethod.cpp
) )
include_directories ( include_directories (
......
#include "SamplingMethod.h"
int SamplingMethod::nSequenceSamplers = 0;
...@@ -31,9 +31,6 @@ public: ...@@ -31,9 +31,6 @@ public:
* the memory * the memory
*/ */
} }
// number of sequence sampling methods (important for multi-master case)
static int nSequenceSamplers;
}; };
#endif #endif
\ No newline at end of file
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