summaryrefslogtreecommitdiff
path: root/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-26 12:32:22 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-26 12:32:22 +0200
commit4ee28b5fca1f61f7446352ee7332e8b2599d0644 (patch)
tree64c64e237f0fb4a7e34ae588a0f1115ad8cc1fc5 /debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
parent48e52060c2c04bd6e58858110a3bdd429a24c8ea (diff)
drop old patch series
Diffstat (limited to 'debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch')
-rw-r--r--debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch b/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
deleted file mode 100644
index 62c7a27b..00000000
--- a/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 31a897520d73e7be2453428fde4557b68b74b90f Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Sun, 25 May 2014 14:37:55 +0200
-Subject: [PATCH 09/12] libpager: drop unused fields from struct pager
-
-* libpager/priv.h (struct pager): Drop fields next, pprev.
----
- libpager/priv.h | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/libpager/priv.h b/libpager/priv.h
-index d49cbb9..1f8405a 100644
---- a/libpager/priv.h
-+++ b/libpager/priv.h
-@@ -59,8 +59,6 @@ struct pager
-
- int noterm; /* number of threads blocking termination */
-
-- struct pager *next, **pprev;
--
- int termwaiting:1;
- int waitingforseqno:1;
-
---
-2.0.0.rc2
-