Skip to content

Commit

Permalink
libpriv: Remove unused OSTREE_GIO_FAST_QUERYINFO
Browse files Browse the repository at this point in the history
Hooray, it's dead (here, but not in ostree). Noticed this while working on
<#997>

Closes: #1012
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Sep 26, 2017
1 parent 5eab298 commit f5e158b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/libpriv/rpmostree-passwd-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
#include "rpmostree-json-parsing.h"
#include "rpmostree-passwd-util.h"

/* FIXME: */
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target," \
"unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")

#include "libglnx.h"

/* Recursively search a directory for a subpath
Expand Down
4 changes: 0 additions & 4 deletions src/libpriv/rpmostree-rpm-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

#include <rpm/rpmts.h>

/* FIXME: */
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target," \
"unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")

static inline void
cleanup_rpmtdFreeData (rpmtd *tdp)
{
Expand Down

0 comments on commit f5e158b

Please sign in to comment.