From 83ce8d41c68a5ebcc84132d77af9024c6d285e05 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Tue, 13 Oct 2020 20:18:59 -0500 Subject: [PATCH] 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 Reviewed-by: Benjamin Kaduk --- src/ubik/utst_int.xg | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ubik/utst_int.xg b/src/ubik/utst_int.xg index 1c3d873840..dbe6096c47 100644 --- a/src/ubik/utst_int.xg +++ b/src/ubik/utst_int.xg @@ -10,9 +10,6 @@ package SAMPLE_ prefix S -const UMAXNAMELEN = 255; -typedef string sampleName; - #define SAMPLE_INC_OPCODE 200 #define SAMPLE_GET_OPCODE 201 #define SAMPLE_TRUN_OPCODE 202