]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_json: Remove duplicated static function.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 10 Nov 2022 12:20:43 +0000 (12:20 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 21 Nov 2022 13:43:38 +0000 (07:43 -0600)
commit1e77b8c473c624e0d8c1a1c1ea8ab455d89c7e34
tree5c824ae820ed6528e68fa85b0104d033734c38b4
parent61922d293435dc8b5724d1fddb02f47e75d1608a
test_json: Remove duplicated static function.

Removes the function mkstemp_file and uses
ast_file_mkftemp from file.h instead.

ASTERISK-30295 #close

Change-Id: I7412ec06f88c39ee353bcdb8c976c2fcac546609
tests/test_json.c