aboutsummaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h')
-rw-r--r--databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h b/databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h
deleted file mode 100644
index dc2da1c5518e..000000000000
--- a/databases/clickhouse/files/patch-src_Common_MemoryStatisticsOS.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/Common/MemoryStatisticsOS.h.orig 2021-03-19 11:39:14 UTC
-+++ src/Common/MemoryStatisticsOS.h
-@@ -1,5 +1,4 @@
- #pragma once
--#if defined(OS_LINUX)
- #include <cstdint>
-
-
-@@ -35,9 +34,12 @@ class MemoryStatisticsOS (public)
- Data get() const;
-
- private:
-+#ifdef OS_FREEBSD
-+ struct procstat * pstat;
-+#else
- int fd;
-+#endif
- };
-
- }
-
--#endif