Skip to content

Commit 955ffe6

Browse files
delete declaration for jsonnet_unparse_jsonnet (which doesn't exist)
Reported in #1012
1 parent dfe5dfd commit 955ffe6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/parser.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ AST *jsonnet_parse(Allocator *alloc, Tokens &tokens);
3838
*/
3939
std::string jsonnet_unparse_number(double v);
4040

41-
/** The inverse of jsonnet_parse.
42-
*/
43-
std::string jsonnet_unparse_jsonnet(const AST *ast, const Fodder &final_fodder, unsigned indent,
44-
bool pad_arrays, bool pad_objects, char comment_style);
45-
4641
} // namespace jsonnet::internal
4742

4843
#endif // JSONNET_PARSER_H

0 commit comments

Comments
 (0)