aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-15 14:47:43 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-15 14:47:43 +0000
commite97998de3978aa9201d934755b6d3309e7bf61b6 (patch)
treea04beca58508e0315203d7f2e17341b7d203d5e7 /plpftp
parentd3a2f899f4578e9bd4380ad72db77bd27958b6f8 (diff)
downloadplptools-e97998de3978aa9201d934755b6d3309e7bf61b6.tar.gz
plptools-e97998de3978aa9201d934755b6d3309e7bf61b6.tar.bz2
plptools-e97998de3978aa9201d934755b6d3309e7bf61b6.zip
Remove still-born EXPERIMENTAL code.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/ftp.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index a09751a..c1bcb05 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -22,7 +22,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#undef EXPERIMENTAL
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1226,18 +1225,6 @@ session(rfsv & a, rpcs & r, rclip & rc, ppsocket & rclipSocket, int xargc, char
continue;
}
// RPCS commands
-#ifdef EXPERIMENTAL
- if (!strcmp(argv[0], "x")) {
- u_int16_t hhh;
- if (r.regOpenIter((u_int32_t)-1, "%PDF-", hhh)
- == rfsv::E_PSI_GEN_NONE) {
- Enum<rfsv::errs> res;
- while ((res = r.regReadIter(hhh)) == rfsv::E_PSI_GEN_NONE)
- ;;
- }
- continue;
- }
-#endif
if (!strcmp(argv[0], "settime")) {
if ((res = r.setTime(time(NULL))) != rfsv::E_PSI_GEN_NONE)
cerr << _("Error: ") << res << endl;