Skip to content

Commit

Permalink
fixup! sysroot: Add concept of deployment "pinning" 📌
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Feb 24, 2018
1 parent 2274acb commit fa64622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ostree/ot-admin-builtin-pin.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ ot_admin_builtin_pin (int argc, char **argv, OstreeCommandInvocation *invocation
return FALSE;
}

g_autoptr(GPtrArray) current_deployments = ostree_sysroot_get_deployments (sysroot);

const char *deploy_index_str = argv[1];
const int deploy_index = atoi (deploy_index_str);

Expand Down

0 comments on commit fa64622

Please sign in to comment.