Skip to content

Commit

Permalink
Merge pull request #83 from pnorman/patch-1
Browse files Browse the repository at this point in the history
Remove dangling comment
  • Loading branch information
apmon committed Oct 3, 2013
2 parents 94fa108 + 4d6dbb4 commit 334f92d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions output-pgsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ static struct flagsname {
struct taginfo *exportList[4]; /* Indexed by enum table_id */
int exportListCount[4];

/* Data to generate z-order column and road table
* The name of the roads table is misleading, this table
* is used for any feature to be shown at low zoom.
* This includes railways and administrative boundaries too
*/



static int pgsql_delete_way_from_output(osmid_t osm_id);
static int pgsql_delete_relation_from_output(osmid_t osm_id);
static int pgsql_process_relation(osmid_t id, struct member *members, int member_count, struct keyval *tags, int exists);
Expand Down

0 comments on commit 334f92d

Please sign in to comment.