Skip to content

Commit

Permalink
Bug 1277372 - Remove unused "mozilla/TypeTraits.h" r=sergesanspaille
Browse files Browse the repository at this point in the history
  • Loading branch information
abpostelnicu committed Apr 17, 2023
1 parent bf2bb59 commit 79e171f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 162 deletions.
4 changes: 0 additions & 4 deletions docs/code-quality/coding-style/using_cxx_in_firefox_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,6 @@ Miscellaneous
- xpcom/ds/TimeStamp.h
- ``std::chrono::time_point``
-
* -
- mozilla/TypeTraits.h
- ``<type_traits>``
-
* -
- mozilla/PodOperations.h
-
Expand Down
2 changes: 0 additions & 2 deletions mfbt/FunctionTypeTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* 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/. */

/* Helpers to manipulate function types that don't fit in TypeTraits.h */

#ifndef mozilla_FunctionTypeTraits_h
#define mozilla_FunctionTypeTraits_h

Expand Down
2 changes: 0 additions & 2 deletions mfbt/IntegerTypeTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* 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/. */

/* Helpers to manipulate integer types that don't fit in TypeTraits.h */

#ifndef mozilla_IntegerTypeTraits_h
#define mozilla_IntegerTypeTraits_h

Expand Down
107 changes: 0 additions & 107 deletions mfbt/TypeTraits.h

This file was deleted.

1 change: 0 additions & 1 deletion mfbt/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ EXPORTS.mozilla = [
"ToString.h",
"TypedEnumBits.h",
"Types.h",
"TypeTraits.h",
"UniquePtr.h",
"UniquePtrExtensions.h",
"Unused.h",
Expand Down
44 changes: 0 additions & 44 deletions mfbt/tests/TestTypeTraits.cpp

This file was deleted.

1 change: 0 additions & 1 deletion mfbt/tests/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ CppUnitTests(
"TestTemplateLib",
"TestTextUtils",
"TestTypedEnum",
"TestTypeTraits",
"TestUniquePtr",
"TestVariant",
"TestVector",
Expand Down
1 change: 0 additions & 1 deletion testing/cppunittest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ skip-if = os != 'win'
[TestTemplateLib]
[TestTextUtils]
[TestThreadSafeWeakPtr]
[TestTypeTraits]
[TestTypedEnum]
[TestUniquePtr]
[TestUtf8]
Expand Down

0 comments on commit 79e171f

Please sign in to comment.