summaryrefslogtreecommitdiff
path: root/textproc/randlm/files/patch-TableChunkLocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/randlm/files/patch-TableChunkLocator.h')
-rw-r--r--textproc/randlm/files/patch-TableChunkLocator.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/randlm/files/patch-TableChunkLocator.h b/textproc/randlm/files/patch-TableChunkLocator.h
deleted file mode 100644
index a7c55fa8fd22..000000000000
--- a/textproc/randlm/files/patch-TableChunkLocator.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/LDHT/TableChunkLocator.h.orig 2017-03-07 01:06:04 UTC
-+++ src/LDHT/TableChunkLocator.h
-@@ -21,7 +21,7 @@ public:
- int num_cells,
- int num_chunks) = 0;
- virtual int locateTableChunkForKey(uint64_t key) = 0;
--
-+ virtual ~TableChunkLocator(){};
- };
-
- } // namespace LDHT.