removing dead files

This commit is contained in:
rusefi 2017-04-07 13:40:07 -04:00
parent 14270bd0db
commit 6d3a943127
2 changed files with 0 additions and 24 deletions

View File

@ -1,11 +0,0 @@
/*
* test_event_registry.cpp
*
* Created on: Nov 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "event_registry.h"
#include "test_event_registry.h"
#include "main.h"

View File

@ -1,13 +0,0 @@
/*
* test_event_registry.h
*
* Created on: Nov 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_EVENT_REGISTRY_H_
#define TEST_EVENT_REGISTRY_H_
void testEventRegistry(void);
#endif /* TEST_EVENT_REGISTRY_H_ */