aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.c')
-rw-r--r--src/Boundary.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index b4724c8..f190d19 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -29,9 +29,6 @@ CCTK_FILEVERSION(CactusBase_Boundary_Boundary_c);
********************************************************************/
/* #define DEBUG 1 */
-/* pointer to function which implements a physical boundary condition: */
-typedef int (*phys_bc_fn_ptr)(const cGH *, int, int *, int *, int *);
-
/* Linked list for holding variables selected for a bc:
* Entries are sorted in the order they appear in struct BCVAR,
* i.e. the var_index varies most rapidly, and bc_name least rapidly.