Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcui committed Sep 6, 2024
1 parent c7cb577 commit fe15d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion procedures/algo_cpp/bc_procedure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extern "C" bool Process(GraphDB& db, const std::string& request, std::string& re

// prepare
start_time = get_time();
std::string output_file = "";
size_t samples = 10;
std::string output_file = "";
try {
Expand Down

0 comments on commit fe15d93

Please sign in to comment.