Skip to content

Commit

Permalink
common/libkvs: Fix compile problem
Browse files Browse the repository at this point in the history
Forgot to commit --amend

squash to : common/libkvs: Cleanup treeobj_deep_copy()
  • Loading branch information
chu11 committed Oct 31, 2017
1 parent 4832572 commit b93e9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/libkvs/treeobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ json_t *treeobj_copy (json_t *obj)

json_t *treeobj_deep_copy (json_t *obj)
{
json_t *cpy;

if (treeobj_validate (obj) < 0) {
errno = EINVAL;
return NULL;
Expand Down

0 comments on commit b93e9af

Please sign in to comment.