Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
23de5336
Commit
23de5336
authored
Sep 27, 2023
by
Abseil Team
Committed by
Copybara-Service
Sep 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete dead function.
PiperOrigin-RevId: 568858834 Change-Id: I276efa86259aa425c4b6dff27f037f488a58c9ae
parent
bab9544a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
absl/debugging/internal/demangle_test.cc
+0
-10
No files found.
absl/debugging/internal/demangle_test.cc
View file @
23de5336
...
...
@@ -28,16 +28,6 @@ ABSL_NAMESPACE_BEGIN
namespace
debugging_internal
{
namespace
{
// A wrapper function for Demangle() to make the unit test simple.
static
const
char
*
DemangleIt
(
const
char
*
const
mangled
)
{
static
char
demangled
[
4096
];
if
(
Demangle
(
mangled
,
demangled
,
sizeof
(
demangled
)))
{
return
demangled
;
}
else
{
return
mangled
;
}
}
// Test corner cases of boundary conditions.
TEST
(
Demangle
,
CornerCases
)
{
char
tmp
[
10
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment