Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=768dae6456ad620385476813a74f6670e5c87607

commit 768dae6456ad620385476813a74f6670e5c87607
Author: Michel Hermier <herm...@frugalware.org>
Date:   Wed Oct 30 14:00:57 2013 +0100

libpacman: Remove PM_TRANS, there is no usage of it of any kind in the public 
API.

diff --git a/doc/libpacman-changes.txt b/doc/libpacman-changes.txt
index 94d760f..acd6158 100644
--- a/doc/libpacman-changes.txt
+++ b/doc/libpacman-changes.txt
@@ -30,7 +30,7 @@ pmpkg_t: is now public and deprecate PM_PKG.

==== Symbols removed:

-None.
+PM_TRANS: Unused in the public API.

=== Behaviour changes

diff --git a/lib/libpacman/pacman.h b/lib/libpacman/pacman.h
index 8304926..3e802fa 100644
--- a/lib/libpacman/pacman.h
+++ b/lib/libpacman/pacman.h
@@ -57,7 +57,6 @@ typedef struct __pmdb_t PM_DB;
typedef struct __pmpkg_t PM_PKG;
typedef struct __pmgrp_t PM_GRP;
typedef struct __pmsyncpkg_t PM_SYNCPKG;
-typedef struct __pmtrans_t PM_TRANS;
typedef struct __pmdepmissing_t PM_DEPMISS;
typedef struct __pmconflict_t PM_CONFLICT;
typedef struct NetBuf PM_NETBUF;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to