Skip to content

Commit

Permalink
Delete C JSON parsing helpers
Browse files Browse the repository at this point in the history
🎉
  • Loading branch information
cgwalters committed Jun 6, 2022
1 parent f0a28fc commit b36faaa
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 120 deletions.
2 changes: 0 additions & 2 deletions Makefile-libpriv.am
Expand Up @@ -18,8 +18,6 @@
librpmostreepriv_sources = \
src/libpriv/rpmostree-postprocess.cxx \
src/libpriv/rpmostree-postprocess.h \
src/libpriv/rpmostree-json-parsing.cxx \
src/libpriv/rpmostree-json-parsing.h \
src/libpriv/rpmostree-util.cxx \
src/libpriv/rpmostree-util.h \
src/libpriv/rpmostree-types.h \
Expand Down
1 change: 0 additions & 1 deletion src/app/rpmostree-compose-builtin-tree.cxx
Expand Up @@ -40,7 +40,6 @@
#include "rpmostree-compose-builtins.h"
#include "rpmostree-composeutil.h"
#include "rpmostree-core.h"
#include "rpmostree-json-parsing.h"
#include "rpmostree-libbuiltin.h"
#include "rpmostree-package-variants.h"
#include "rpmostree-postprocess.h"
Expand Down
1 change: 0 additions & 1 deletion src/app/rpmostree-composeutil.cxx
Expand Up @@ -38,7 +38,6 @@
#include "libglnx.h"
#include "rpmostree-composeutil.h"
#include "rpmostree-core.h"
#include "rpmostree-json-parsing.h"
#include "rpmostree-libbuiltin.h"
#include "rpmostree-package-variants.h"
#include "rpmostree-rpm-util.h"
Expand Down
74 changes: 0 additions & 74 deletions src/libpriv/rpmostree-json-parsing.cxx

This file was deleted.

40 changes: 0 additions & 40 deletions src/libpriv/rpmostree-json-parsing.h

This file was deleted.

1 change: 0 additions & 1 deletion src/libpriv/rpmostree-postprocess.cxx
Expand Up @@ -42,7 +42,6 @@
#include <vector>

#include "rpmostree-core.h"
#include "rpmostree-json-parsing.h"
#include "rpmostree-kernel.h"
#include "rpmostree-output.h"
#include "rpmostree-postprocess.h"
Expand Down
1 change: 0 additions & 1 deletion src/libpriv/rpmostree-postprocess.h
Expand Up @@ -21,7 +21,6 @@
#pragma once

#include "rpmostree-cxxrs.h"
#include "rpmostree-json-parsing.h"
#include <ostree.h>

G_BEGIN_DECLS
Expand Down

0 comments on commit b36faaa

Please sign in to comment.