diff options
Diffstat (limited to 'src/components/embedding/eutil.rs')
-rw-r--r-- | src/components/embedding/eutil.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/embedding/eutil.rs b/src/components/embedding/eutil.rs deleted file mode 100644 index b71421f8c40..00000000000 --- a/src/components/embedding/eutil.rs +++ /dev/null @@ -1,7 +0,0 @@ -/* 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/. */ - -pub fn fptr_is_null(fptr: *const u8) -> bool { - fptr.is_null() -} |