aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/atomics/arch-hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/atomics/arch-hppa.h')
-rw-r--r--src/include/port/atomics/arch-hppa.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/port/atomics/arch-hppa.h b/src/include/port/atomics/arch-hppa.h
deleted file mode 100644
index 50812a7f317..00000000000
--- a/src/include/port/atomics/arch-hppa.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * arch-hppa.h
- * Atomic operations considerations specific to HPPA
- *
- * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * NOTES:
- *
- * src/include/port/atomics/arch-hppa.h
- *
- *-------------------------------------------------------------------------
- */
-
-/* HPPA doesn't do either read or write reordering */
-#define pg_memory_barrier_impl() pg_compiler_barrier_impl()