diff options
Diffstat (limited to 'src/adb.c')
-rw-r--r-- | src/adb.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1103,8 +1103,6 @@ int adb_trust_write_signatures(struct apk_trust *trust, struct adb *db, struct a size_t siglen; int r; - if (IS_ERR(trust)) return PTR_ERR(trust); - if (!vfy) { vfy = alloca(sizeof *vfy); memset(vfy, 0, sizeof *vfy); |