[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r512856 - /apr/apr-util/trunk/dbm/sdbm/sdbm.c
From:       jorton () apache ! org
Date:       2007-02-28 17:22:37
Message-ID: 20070228172237.5E1D51A981C () eris ! apache ! org
[Download RAW message or body]

Author: jorton
Date: Wed Feb 28 09:22:36 2007
New Revision: 512856

URL: http://svn.apache.org/viewvc?view=rev&rev=512856
Log:
* dbm/sdbm/sdbm.c: Remove unused macros.

Modified:
    apr/apr-util/trunk/dbm/sdbm/sdbm.c

Modified: apr/apr-util/trunk/dbm/sdbm/sdbm.c
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/dbm/sdbm/sdbm.c?view=diff&rev=512856&r1=512855&r2=512856
 ==============================================================================
--- apr/apr-util/trunk/dbm/sdbm/sdbm.c (original)
+++ apr/apr-util/trunk/dbm/sdbm/sdbm.c Wed Feb 28 09:22:36 2007
@@ -50,10 +50,6 @@
 #define bad(x)		((x).dptr == NULL || (x).dsize <= 0)
 #define exhash(item)	sdbm_hash((item).dptr, (item).dsize)
 
-/* ### Does anything need these externally? */
-#define sdbm_dirfno(db)	((db)->dirf)
-#define sdbm_pagfno(db)	((db)->pagf)
-
 #define OFF_PAG(off)	(apr_off_t) (off) * PBLKSIZ
 #define OFF_DIR(off)	(apr_off_t) (off) * DBLKSIZ
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic