about summary refs log tree commit diff
path: root/src/param.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-28 15:24:19 +0100
committerPjotr Prins2025-11-28 15:24:19 +0100
commit01fa01a3553eeadbdd56e11f5fcd020f4dd71310 (patch)
tree396df61a3d03fb299e467f035c03d2ded9d0aa44 /src/param.h
parent12dc6b3e92a85f3b50cb35f36058e0c97bd081c7 (diff)
downloadpangemma-01fa01a3553eeadbdd56e11f5fcd020f4dd71310.tar.gz
Simplify a bit and make guix.scm work without running out of RAM
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/param.h b/src/param.h
index 978196c..38b9430 100644
--- a/src/param.h
+++ b/src/param.h
@@ -372,7 +372,4 @@ public:
 
 size_t GetabIndex(const size_t a, const size_t b, const size_t n_cvt);
 
-#define is_bimbam (!is_mdb)
-#define compute_kinship (a_mode == M_KIN || a_mode == M_KIN2)
-
 #endif