[ostree] Remove 'write-refs' builtin
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] Remove 'write-refs' builtin
- Date: Wed, 25 Dec 2013 19:26:54 +0000 (UTC)
commit aaeeb45fba77e383238c2ad9525465c297d7b35d
Author: Colin Walters <walters verbum org>
Date: Wed Dec 25 14:24:49 2013 -0500
Remove 'write-refs' builtin
See https://bugzilla.gnome.org/show_bug.cgi?id=705979
This was just a performance hack for gnome-continuous back before it
used libostree via g-i.
Makefile-ostree.am | 1 -
src/ostree/main.c | 1 -
src/ostree/ot-builtin-write-refs.c | 95 ------------------------------------
3 files changed, 0 insertions(+), 97 deletions(-)
---
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 86b6be0..a74603b 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -41,7 +41,6 @@ ostree_SOURCES = src/ostree/main.c \
src/ostree/ot-builtin-reset.c \
src/ostree/ot-builtin-rev-parse.c \
src/ostree/ot-builtin-show.c \
- src/ostree/ot-builtin-write-refs.c \
src/ostree/ot-main.h \
src/ostree/ot-main.c \
src/ostree/ot-dump.h \
diff --git a/src/ostree/main.c b/src/ostree/main.c
index 3e164f9..c863252 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -57,7 +57,6 @@ static OstreeCommand commands[] = {
#ifdef HAVE_LIBSOUP
{ "trivial-httpd", ostree_builtin_trivial_httpd, OSTREE_BUILTIN_FLAG_NO_REPO },
#endif
- { "write-refs", ostree_builtin_write_refs, 0 },
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]