[libglnx] Remove libcontainer



commit 7ce80827bdb7f0388151dfb2d67209b1977ab5a7
Author: Colin Walters <walters verbum org>
Date:   Tue Aug 30 14:34:21 2016 -0400

    Remove libcontainer
    
    No longer used by anything; see https://github.com/projectatomic/rpm-ostree/pull/429

 Makefile-libglnx.am |    2 -
 README.md           |    1 -
 glnx-libcontainer.c |  313 ---------------------------------------------------
 glnx-libcontainer.h |   40 -------
 libglnx.h           |    1 -
 5 files changed, 0 insertions(+), 357 deletions(-)
---
diff --git a/Makefile-libglnx.am b/Makefile-libglnx.am
index e094ef6..a812755 100644
--- a/Makefile-libglnx.am
+++ b/Makefile-libglnx.am
@@ -35,8 +35,6 @@ libglnx_la_SOURCES = \
        $(libglnx_srcpath)/glnx-fdio.c \
        $(libglnx_srcpath)/glnx-lockfile.h \
        $(libglnx_srcpath)/glnx-lockfile.c \
-       $(libglnx_srcpath)/glnx-libcontainer.h \
-       $(libglnx_srcpath)/glnx-libcontainer.c \
        $(libglnx_srcpath)/glnx-missing-syscall.h \
        $(libglnx_srcpath)/glnx-missing.h \
        $(libglnx_srcpath)/glnx-xattrs.h \
diff --git a/README.md b/README.md
index 50a5f90..241f5ce 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ Features:
  - APIs also have a `GError` parameter
  - High level "shutil", somewhat inspired by Python's
  - A "console" API for tty output
- - Some basic container utility functions
  - A backport of the GLib cleanup macros for projects which can't yet take
    a dependency on 2.40.
 
diff --git a/libglnx.h b/libglnx.h
index 451740d..a5b23d0 100644
--- a/libglnx.h
+++ b/libglnx.h
@@ -33,7 +33,6 @@ G_BEGIN_DECLS
 #include <glnx-dirfd.h>
 #include <glnx-shutil.h>
 #include <glnx-xattrs.h>
-#include <glnx-libcontainer.h>
 #include <glnx-console.h>
 #include <glnx-fdio.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]