Remove commented-out butc RPC definitions 16/13316/2
authorBenjamin Kaduk <kaduk@mit.edu>
Sun, 2 Sep 2018 21:18:31 +0000 (16:18 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 30 Oct 2020 01:49:39 +0000 (21:49 -0400)
These functions have been commented out since the original IBM
import, and un-commenting them in their current location would
be an ABI break (by causing opcodes to be reassigned for subsequent
RPCs).  Since they are just noise in the interface description
file, remove them.

Change-Id: I7e8cd2e7dfa4469e39e26a0437059c108f3ef218
Reviewed-on: https://gerrit.openafs.org/13316
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/bubasics/butc.xg

index 54b9a56..d9c62de 100644 (file)
@@ -175,43 +175,11 @@ proc PerformRestore(IN string dumpSetName<TC_MAXNAMELEN>,
     tc_restoreArray *restores,
     OUT afs_int32 *dumpID);
 
-/* check the status of a dump; the tape coordinator is assumed to sit on
- * the status of completed dumps for a reasonable period (2 - 12 hours)
- * so that they can be examined later
- */
-/*
- * proc CheckDump(IN afs_int32 dumpID, OUT struct tc_dumpStat *status);
- */
-
-/* abort a dump */
-/*
- * proc AbortDump(IN afs_int32 dumpID);
- */
-
-/* this call waits for a dump to complete; it ties up an LWP on the tape
-coordinator */
-/*
- * proc WaitForDump(IN afs_int32 dumpID);
- */
-
-/* close a dump normally (not abort) */
-/*
- * proc EndDump(IN afs_int32 dumpID);
- */
-
-/*
- * proc GetTMInfo(OUT struct tc_TMInfo *info);
- */
-
 proc LabelTape
  ( IN struct tc_tapeLabel *label,
    OUT afs_uint32 *taskId
  );
 
-/*
- * proc ScanNodes(IN afs_int32 index, OUT afs_int32 *nodeID);
- */
-
 proc ReadLabel
  ( OUT struct tc_tapeLabel *label,
    OUT afs_uint32 *taskId