summaryrefslogtreecommitdiffstats
path: root/security/sandbox/linux/SandboxFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/sandbox/linux/SandboxFilter.h')
-rw-r--r--security/sandbox/linux/SandboxFilter.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/security/sandbox/linux/SandboxFilter.h b/security/sandbox/linux/SandboxFilter.h
deleted file mode 100644
index b6031d30e..000000000
--- a/security/sandbox/linux/SandboxFilter.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this file,
- * You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#ifndef mozilla_SandboxFilter_h
-#define mozilla_SandboxFilter_h
-
-#include "mozilla/Atomics.h"
-#include "mozilla/UniquePtr.h"
-
-namespace sandbox {
-namespace bpf_dsl {
-class Policy;
-}
-}
-
-namespace mozilla {
-
-} // namespace mozilla
-
-#endif