[ostree] Delete link-file builtin - it's kind of pointless
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] Delete link-file builtin - it's kind of pointless
- Date: Fri, 4 Nov 2011 22:14:16 +0000 (UTC)
commit 5cfc66496c5843cd66c15d5db9929f552c6e09a2
Author: Colin Walters <walters verbum org>
Date: Fri Nov 4 09:26:45 2011 -0400
Delete link-file builtin - it's kind of pointless
Makefile-ostree.am | 1 -
ostree/main.c | 1 -
ostree/ot-builtin-link-file.c | 68 -----------------------------------------
ostree/ot-builtins.h | 1 -
4 files changed, 0 insertions(+), 71 deletions(-)
---
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index a0a97f5..4a3733c 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -27,7 +27,6 @@ ostree_SOURCES = ostree/main.c \
ostree/ot-builtin-compose.c \
ostree/ot-builtin-fsck.c \
ostree/ot-builtin-init.c \
- ostree/ot-builtin-link-file.c \
ostree/ot-builtin-log.c \
ostree/ot-builtin-pull.c \
ostree/ot-builtin-run-triggers.c \
diff --git a/ostree/main.c b/ostree/main.c
index e3a205f..574f9b7 100644
--- a/ostree/main.c
+++ b/ostree/main.c
@@ -32,7 +32,6 @@ static OstreeBuiltin builtins[] = {
{ "init", ostree_builtin_init, 0 },
{ "commit", ostree_builtin_commit, 0 },
{ "compose", ostree_builtin_compose, 0 },
- { "link-file", ostree_builtin_link_file, 0 },
{ "log", ostree_builtin_log, 0 },
{ "pull", ostree_builtin_pull, 0 },
{ "fsck", ostree_builtin_fsck, 0 },
diff --git a/ostree/ot-builtins.h b/ostree/ot-builtins.h
index 232d341..5682b2b 100644
--- a/ostree/ot-builtins.h
+++ b/ostree/ot-builtins.h
@@ -41,7 +41,6 @@ gboolean ostree_builtin_commit (int argc, char **argv, const char *repo, GError
gboolean ostree_builtin_compose (int argc, char **argv, const char *repo, GError **error);
gboolean ostree_builtin_init (int argc, char **argv, const char *repo, GError **error);
gboolean ostree_builtin_log (int argc, char **argv, const char *repo, GError **error);
-gboolean ostree_builtin_link_file (int argc, char **argv, const char *repo, GError **error);
gboolean ostree_builtin_pull (int argc, char **argv, const char *repo, GError **error);
gboolean ostree_builtin_run_triggers (int argc, char **argv, const char *repo, GError **error);
gboolean ostree_builtin_fsck (int argc, char **argv, const char *repo, GError **error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]