]> gitweb.ps.run Git - ps-cgit/commitdiff
Use argv_array in place of vector
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 22 Nov 2013 12:24:52 +0000 (13:24 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 8 Jan 2014 13:59:38 +0000 (14:59 +0100)
Instead of using our own vector implementation, use argv_array from Git
which has been specifically designed for dynamic size argv arrays.

Drop vector.h and vector.c which are no longer needed.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found