From f5e158bfa5df63f09841130f0f609e4dbf85ddc2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 25 Sep 2017 17:51:49 -0400 Subject: [PATCH] libpriv: Remove unused OSTREE_GIO_FAST_QUERYINFO Hooray, it's dead (here, but not in ostree). Noticed this while working on Closes: #1012 Approved by: jlebon --- src/libpriv/rpmostree-passwd-util.c | 4 ---- src/libpriv/rpmostree-rpm-util.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/libpriv/rpmostree-passwd-util.c b/src/libpriv/rpmostree-passwd-util.c index 107333e457..09f48b94b4 100644 --- a/src/libpriv/rpmostree-passwd-util.c +++ b/src/libpriv/rpmostree-passwd-util.c @@ -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 diff --git a/src/libpriv/rpmostree-rpm-util.c b/src/libpriv/rpmostree-rpm-util.c index 8fadbf8f54..4103b14d11 100644 --- a/src/libpriv/rpmostree-rpm-util.c +++ b/src/libpriv/rpmostree-rpm-util.c @@ -31,10 +31,6 @@ #include -/* 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) {