summaryrefslogtreecommitdiff
path: root/adodb-php4.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-04-25 12:18:51 +0200
committerDamien Regad <dregad@mantisbt.org>2021-08-14 13:09:22 +0200
commitdcab48acceb7768c6c5998a403157dbd1d83519c (patch)
tree800bbac63f5b9b4e3d1dd3cf44b4686c9bff77df /adodb-php4.inc.php
parent8b224856d9b3a150d82931c8c939310ec26c6a5f (diff)
downloadadodb-dcab48acceb7768c6c5998a403157dbd1d83519c.tar.gz
adodb-dcab48acceb7768c6c5998a403157dbd1d83519c.tar.bz2
adodb-dcab48acceb7768c6c5998a403157dbd1d83519c.zip
Remove unused files
- adodb-iterator.inc.php: code has been moved to adodb.inc.php - adodb-php4.inc.php: ADODB_BASE_RS class stub not referenced anyhere
Diffstat (limited to 'adodb-php4.inc.php')
-rw-r--r--adodb-php4.inc.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/adodb-php4.inc.php b/adodb-php4.inc.php
deleted file mode 100644
index 16decdac..00000000
--- a/adodb-php4.inc.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/*
- @version v5.21.1-dev Unreleased
- @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
- @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
- Released under both BSD license and Lesser GPL library license.
- Whenever there is any discrepancy between the two licenses,
- the BSD license will take precedence.
-
- Set tabs to 4.
-*/
-
-
-class ADODB_BASE_RS {
-}