Skip to content

Commit

Permalink
delete declaration for jsonnet_unparse_jsonnet (which doesn't exist)
Browse files Browse the repository at this point in the history
Reported in #1012
  • Loading branch information
johnbartholomew committed Mar 3, 2024
1 parent dfe5dfd commit 955ffe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ AST *jsonnet_parse(Allocator *alloc, Tokens &tokens);
*/
std::string jsonnet_unparse_number(double v);

/** The inverse of jsonnet_parse.
*/
std::string jsonnet_unparse_jsonnet(const AST *ast, const Fodder &final_fodder, unsigned indent,
bool pad_arrays, bool pad_objects, char comment_style);

} // namespace jsonnet::internal

#endif // JSONNET_PARSER_H

0 comments on commit 955ffe6

Please sign in to comment.