From 01637cfbbe445dee3d87d5fc6a0c7d73bd1bc9b2 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 13 Nov 2020 20:40:37 -0800 Subject: [PATCH] Revert "rtemsTestHarness needs no data files" This reverts commit cca473ed0ec48b9153c69bcad8a08a0dc6e49d24. --- testApp/rtemsTestHarness.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/testApp/rtemsTestHarness.c b/testApp/rtemsTestHarness.c index 1782eb8..18a9120 100644 --- a/testApp/rtemsTestHarness.c +++ b/testApp/rtemsTestHarness.c @@ -3,9 +3,6 @@ * found in the file LICENSE that is included with the distribution */ -/* no data files needed */ -char* epicsRtemsFSImage = 0; - extern void pvAccessAllTests(void); int main(int argc, char **argv)