Pull Requests with new development will be rejected if there no unit tests
All new development should have 100% coverage. If something cannot have a test created for it please note why you cannot create the test in the code and pass the work onto whomever you think should create the test (if possible).
Delete it and all associated unit tests. We don't want dead or orphaned code in the application.