Skip to content

Commit

Permalink
fix aocc
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Oct 12, 2024
1 parent cc26788 commit 038f64c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flex/engines/graph_db/app/builtin/pagerank.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ class PageRank
std::string edge_label,
double damping_factor, int max_iterations,
double epsilon);

private:
double damping_factor_;
int max_iterations_;
double epsilon_;

label_t vertex_label_id_;
label_t edge_label_id_;
};

class PageRankFactory : public AppFactoryBase {
Expand Down

0 comments on commit 038f64c

Please sign in to comment.