Skip to content

Commit 68c5550

Browse files
fix: remove unneded timestamp variable
1 parent be12c8f commit 68c5550

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/diffCheck/segmentation/DFSegmentation.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#include "DFSegmentation.hh"
2-
#include <fstream>
3-
#include <chrono>
42

53
#include <cilantro/utilities/point_cloud.hpp>
64
#include <cilantro/core/nearest_neighbors.hpp>
@@ -236,11 +234,6 @@ namespace diffCheck::segmentation
236234
}
237235
else
238236
{
239-
std::string timestamp = std::to_string(
240-
std::chrono::duration_cast<std::chrono::milliseconds>(
241-
std::chrono::system_clock::now().time_since_epoch()
242-
).count()
243-
);
244237
for (std::shared_ptr<diffCheck::geometry::DFMesh> face : referenceMesh)
245238
{
246239
std::shared_ptr<geometry::DFPointCloud> correspondingSegment;

0 commit comments

Comments
 (0)