summaryrefslogtreecommitdiff
path: root/cras/src/tests/cras_selinux_helper_unittest.c
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/tests/cras_selinux_helper_unittest.c')
-rw-r--r--cras/src/tests/cras_selinux_helper_unittest.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/cras/src/tests/cras_selinux_helper_unittest.c b/cras/src/tests/cras_selinux_helper_unittest.c
deleted file mode 100644
index 64fce142..00000000
--- a/cras/src/tests/cras_selinux_helper_unittest.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "cras_shm.h"
-
-/* Define a stub cras_selinux_restorecon() which doesn't do anything */
-int cras_selinux_restorecon(const char* pathname) {
- return 0;
-}