Skip to content
Snippets Groups Projects
Commit e743030b authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

remove unused variable

parent fa39792c
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ int main(int argc, char** argv) {
// File output is depending on the input arguments
std::unique_ptr<file_export_type> file_exporter;
if (options.spike_file_output) {
auto id = communication::global_policy::id();
if (options.single_file_per_rank) {
file_exporter = register_exporter(options);
m.set_local_spike_callback(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment