Skip to content

Commit

Permalink
bee-dep: Remove "missing value for property" message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed May 30, 2012
1 parent 76636e2 commit b82062d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ int graph_insert_nodes(struct hash *hash, char *filename)

l = p - a + 1;

if (!l) {
fprintf(stderr,
"bee-dep: warning: %s: line %d: missing value "
"for property \"%s\"\n", filename, line_cnt, prop);
}

memset(value, '\0', LINE_MAX);
strncpy(value, a, l * sizeof(char));

Expand Down

0 comments on commit b82062d

Please sign in to comment.