diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-10-13 00:54:55 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-10-13 00:55:20 +0200 |
commit | 5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17 (patch) | |
tree | aa03a8cc5951ab35e4486bf7ab8809e9997867c2 /libtreefs/xinl.c | |
parent | 96a673a4b0b7da004b7ffe6460894e94f57cd14a (diff) | |
download | hurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.tar.gz hurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.tar.bz2 hurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.zip |
libtreefs: remove unfinished and unused code
* libtreefs: Remove directory.
Diffstat (limited to 'libtreefs/xinl.c')
-rw-r--r-- | libtreefs/xinl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libtreefs/xinl.c b/libtreefs/xinl.c deleted file mode 100644 index ca7073a4..00000000 --- a/libtreefs/xinl.c +++ /dev/null @@ -1,5 +0,0 @@ -#define TREEFS_DEFINE_EI -#include "treefs.h" -#include "mig-decls.h" - -pthread_spinlock_t treefs_node_refcnt_lock = PTHREAD_SPINLOCK_INITIALIZER; |