Skip to content

Commit

Permalink
Merge pull request #792 from vidhan13j07/pgr_path_t
Browse files Browse the repository at this point in the history
deleted unused structure
  • Loading branch information
cvvergara authored May 21, 2017
2 parents afdd5d4 + d426181 commit 180fd58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/c_types/pgr_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ typedef struct {
double cost;
} path_element_t;



typedef struct {
int seq;
int64_t source;
int64_t edge;
double cost;
} pgr_path_t;


/**************************************************************************
* return type for contraction
* ***********************************************************************/
Expand Down

0 comments on commit 180fd58

Please sign in to comment.