Whamcloud - gitweb
LU-9934 build: address issues raised by gcc7
[fs/lustre-release.git] / lustre / utils / lfs.c
index 4920cf0..769d3ad 100644 (file)
@@ -6355,12 +6355,6 @@ static const char *const ladvise_names[] = LU_LADVISE_NAMES;
 
 static const char *const lock_mode_names[] = LOCK_MODE_NAMES;
 
 
 static const char *const lock_mode_names[] = LOCK_MODE_NAMES;
 
-static const char *const lockahead_results[] = {
-       [LLA_RESULT_SENT] = "Lock request sent",
-       [LLA_RESULT_DIFFERENT] = "Different matching lock found",
-       [LLA_RESULT_SAME] = "Matching lock on identical extent found",
-};
-
 int lfs_get_mode(const char *string)
 {
        enum lock_mode_user mode;
 int lfs_get_mode(const char *string)
 {
        enum lock_mode_user mode;