summaryrefslogtreecommitdiff
path: root/res/parking/parking_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/parking/parking_tests.c')
-rw-r--r--res/parking/parking_tests.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/parking/parking_tests.c b/res/parking/parking_tests.c
index ee01a7165..91cea2653 100644
--- a/res/parking/parking_tests.c
+++ b/res/parking/parking_tests.c
@@ -137,15 +137,6 @@ static void do_sleep(struct timespec *to_sleep)
}
}
-static int fake_fixup(struct ast_channel *clonechan, struct ast_channel *original)
-{
- return 0;
-}
-
-static const struct ast_channel_tech fake_tech = {
- .fixup = fake_fixup, /* silence warning from masquerade... though those shouldn't be happening now */
-};
-
#define TEST_LOT_NAME "unit_tests_res_parking_test_lot"
static struct parking_lot *generate_test_parking_lot(const char *name, int low_space, int high_space, const char *park_exten, const char *park_context, struct ast_test *test)