ubik: Remove unused sampleName

The RPC-L type sampleName and related constant UMAXNAMELEN are not
referenced by anything, and have been unused since OpenAFS 1.0. Remove
the unused definitions.

Change-Id: I21a11d9db9ed80547de8685623fb09f9a86934f1
Reviewed-on: https://gerrit.openafs.org/14386
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Andrew Deason 2020-10-13 20:18:59 -05:00 committed by Benjamin Kaduk
parent bc6f50ca0c
commit 83ce8d41c6

View File

@ -10,9 +10,6 @@
package SAMPLE_
prefix S
const UMAXNAMELEN = 255;
typedef string sampleName<UMAXNAMELEN>;
#define SAMPLE_INC_OPCODE 200
#define SAMPLE_GET_OPCODE 201
#define SAMPLE_TRUN_OPCODE 202