Browse Source

nfsd: git rid of nfs4_cb_null_ops declaration

There's no use for nfs4_cb_null_ops's declaration in fs/nfsd/nfs4callback.c

Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Benny Halevy 16 years ago
parent
commit
df96fcf02a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      fs/nfsd/nfs4callback.c

+ 0 - 3
fs/nfsd/nfs4callback.c

@@ -53,9 +53,6 @@
 #define NFSPROC4_CB_NULL 0
 #define NFSPROC4_CB_NULL 0
 #define NFSPROC4_CB_COMPOUND 1
 #define NFSPROC4_CB_COMPOUND 1
 
 
-/* declarations */
-static const struct rpc_call_ops nfs4_cb_null_ops;
-
 /* Index of predefined Linux callback client operations */
 /* Index of predefined Linux callback client operations */
 
 
 enum {
 enum {