]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
remove now-empty files
authorAntti Kantee <pooka@iki.fi>
Tue, 3 Sep 2013 08:04:34 +0000 (11:04 +0300)
committerAntti Kantee <pooka@iki.fi>
Tue, 3 Sep 2013 08:04:34 +0000 (11:04 +0300)
Makefile
lib/sys.c [deleted file]
lib/xs.c [deleted file]

index 619693168ca547144e0c00e1ea8ead38c99348c8..69fb9cbbc4f9255ba7aeca508a8764583b2cc282 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,8 +87,6 @@ src-y += lib/printf.c
 src-y += lib/stack_chk_fail.c
 src-y += lib/string.c
 src-y += lib/strtoul.c
-src-y += lib/sys.c
-src-$(CONFIG_XENBUS) += lib/xs.c
 
 src-y += rumphyper_base.c
 src-y += rumphyper_net.c
diff --git a/lib/sys.c b/lib/sys.c
deleted file mode 100644 (file)
index 454c2ab..0000000
--- a/lib/sys.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * POSIX-compatible libc layer
- *
- * Samuel Thibault <Samuel.Thibault@eu.citrix.net>, October 2007
- *
- * Provides the UNIXish part of the standard libc function.
- *
- * Relatively straight-forward: just multiplex the file descriptor operations
- * among the various file types (console, FS, network, ...)
- */
-
-//#define LIBC_VERBOSE
-//#define LIBC_DEBUG
-
-#ifdef LIBC_DEBUG
-#define DEBUG(fmt,...) printk(fmt, ##__VA_ARGS__)
-#else
-#define DEBUG(fmt,...)
-#endif
-
diff --git a/lib/xs.c b/lib/xs.c
deleted file mode 100644 (file)
index ca34711..0000000
--- a/lib/xs.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * libxs-compatible layer
- *
- * Samuel Thibault <Samuel.Thibault@eu.citrix.net>, 2007-2008
- *
- * Mere wrapper around xenbus_*
- */
-