summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-06 12:13:30 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-06 12:13:30 +0100
commit8e475c45967b99c4217197edaa4a49aac6fca59d (patch)
tree4586b6af0c788db2a1edd352fe211fac061cf5aa /debian
parent6e0fd0496e6834bab59734036e74416371f721a0 (diff)
drop old patch series
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/fixes0001-Remove-unused-variables.patch69
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 70 deletions
diff --git a/debian/patches/fixes0001-Remove-unused-variables.patch b/debian/patches/fixes0001-Remove-unused-variables.patch
deleted file mode 100644
index 264ca5a0..00000000
--- a/debian/patches/fixes0001-Remove-unused-variables.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From a9eb3e9765a21f9903705e2b9f46694529af8155 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Fri, 6 Nov 2015 10:39:53 +0100
-Subject: [PATCH hurd] Remove unused variables
-
-* console/pager.c (user_pager_init): Remove unused variables.
-* ext2fs/pager.c (create_disk_pager): Likewise.
-* fatfs/pager.c (create_fat_pager): Likewise.
-* storeio/pager.c (init_dev_paging): Likewise.
----
- console/pager.c | 1 -
- ext2fs/pager.c | 2 --
- fatfs/pager.c | 2 --
- storeio/pager.c | 1 -
- 4 files changed, 6 deletions(-)
-
-diff --git a/console/pager.c b/console/pager.c
-index 818e49d..05074a7 100644
---- a/console/pager.c
-+++ b/console/pager.c
-@@ -125,7 +125,6 @@ pager_dropweak (struct user_pager_info *upi)
- void
- user_pager_init (void)
- {
-- pthread_t thread;
- error_t err;
-
- /* Create the pager bucket, and start to serve paging requests. */
-diff --git a/ext2fs/pager.c b/ext2fs/pager.c
-index 3e080f8..9df7e0b 100644
---- a/ext2fs/pager.c
-+++ b/ext2fs/pager.c
-@@ -1200,8 +1200,6 @@ disk_cache_block_is_ref (block_t block)
- void
- create_disk_pager (void)
- {
-- pthread_t thread;
-- pthread_attr_t attr;
- error_t err;
-
- /* The disk pager. */
-diff --git a/fatfs/pager.c b/fatfs/pager.c
-index d255f29..84376bd 100644
---- a/fatfs/pager.c
-+++ b/fatfs/pager.c
-@@ -764,8 +764,6 @@ pager_dropweak (struct user_pager_info *p __attribute__ ((unused)))
- void
- create_fat_pager (void)
- {
-- pthread_t thread;
-- pthread_attr_t attr;
- error_t err;
-
- /* The disk pager. */
-diff --git a/storeio/pager.c b/storeio/pager.c
-index f8f59cd..54b1714 100644
---- a/storeio/pager.c
-+++ b/storeio/pager.c
-@@ -155,7 +155,6 @@ init_dev_paging ()
- pthread_mutex_lock (&pager_global_lock);
- if (pager_port_bucket == NULL)
- {
-- pthread_t thread;
- error_t err;
-
- pager_port_bucket = ports_create_bucket ();
---
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
index ceaf578e..0449c3ff 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -47,7 +47,6 @@ exec_filename0004-This-patch-is-an-amendment-of-exec_filename_exec.pat.patch
ihash-as-cache0001-libihash-add-hurd_ihash_value_valid.patch
ihash-as-cache0002-libihash-optimize-lookup-or-insert-operations.patch
ihash-as-cache0003-libihash-prefer-performance-degradation-over-failure.patch
-fixes0001-Remove-unused-variables.patch
introspection0001-hurd-add-an-Hurd-server-introspection-protocol.patch
introspection0002-libintrospection-a-library-for-Hurd-server-introspec.patch
introspection0003-libports-implement-the-Hurd-server-introspection-pro.patch