From f3b50ba1bcd61cea3ecd4827c100a7df57a6e25f Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 26 Sep 2019 10:59:59 +0100 Subject: [PATCH] xg: Remove HASHSIZE defs as these should be server internal Signed-off-by: David Howells --- rpc-api/pts.xg | 1 - rpc-api/vldb.xg | 1 - 2 files changed, 2 deletions(-) diff --git a/rpc-api/pts.xg b/rpc-api/pts.xg index d5affd7..0e1a02d 100644 --- a/rpc-api/pts.xg +++ b/rpc-api/pts.xg @@ -68,7 +68,6 @@ const PRSIZE = 10; const COSIZE = 39; const PRSRV = 73; const ENTRYSIZE = 192; -const HASHSIZE = 8191; const PRDBVERSION = 0; diff --git a/rpc-api/vldb.xg b/rpc-api/vldb.xg index 358c759..f79bdd2 100644 --- a/rpc-api/vldb.xg +++ b/rpc-api/vldb.xg @@ -49,7 +49,6 @@ const NMAXNSERVERS = 13; const MAX_NUMBER_OPCODES = 30; const MAXTYPES = 3; const MAXSERVERID = 30; -const HASHSIZE = 8191; const DEFAULTBULK = 10000; typedef opaque bulk; -- 2.49.0