From e97998de3978aa9201d934755b6d3309e7bf61b6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 15 Dec 2007 14:47:43 +0000 Subject: Remove still-born EXPERIMENTAL code. --- plpftp/ftp.cc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'plpftp') 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 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; -- cgit v1.2.3