diff --git a/Code/Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp b/Code/Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp index 4bda5bb2d12fba5e8adbd411e9c7e29648df774d..54f102faafb869e606cd840f76a1a6e34cb8710a 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp @@ -296,7 +296,6 @@ namespace DataHandling for (it = events.begin(); it != it_end; it++) { if (tofs) tofs[i] = it->tof(); - // FIXME: ticket #3051 if (weights) weights[i] = static_cast<float>(it->weight()); if (errorSquareds) errorSquareds[i] = static_cast<float>(it->errorSquared()); if (pulsetimes) pulsetimes[i] = it->pulseTime().total_nanoseconds();