diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 02:52:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 02:52:01 (EDT) |
commit | b793a9f1214ed089ef53278be58744ac8b001957 (patch) | |
tree | 81ed709970c5468a6fe5e41c5ae55c142e21801c /libitm.1.pkg/control | |
parent | cc6214fa86c5a825091cc3bd885aacad8853067c (diff) |
libitm.1: Remove (unlikely to ever be needed)
Diffstat (limited to 'libitm.1.pkg/control')
-rw-r--r-- | libitm.1.pkg/control | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libitm.1.pkg/control b/libitm.1.pkg/control deleted file mode 100644 index f34b0c8..0000000 --- a/libitm.1.pkg/control +++ /dev/null @@ -1,7 +0,0 @@ -Architecture: any -Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, -Description: GNU Tranactional Memory Library - GNU Transactional Memory Library (libitm) provides transaction support for - accesses to the memory of a process, enabling easy-to-use synchronization of - accesses to shared memory by several threads. |