Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
a66bea05
Commit
a66bea05
authored
Dec 11, 2017
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unrelated to PR: Remove old debugging code that had a TODO(now) to remove it.
parent
81fc767e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
readiness-io-test.c++
c++/src/kj/compat/readiness-io-test.c++
+0
-6
No files found.
c++/src/kj/compat/readiness-io-test.c++
View file @
a66bea05
...
...
@@ -169,12 +169,6 @@ KJ_TEST("readiness IO: read many even") {
auto
io
=
setupAsyncIo
();
auto
pipe
=
io
.
provider
->
newOneWayPipe
();
// Abort on hang.
// TODO(now): Remove this.
io
.
provider
->
getTimer
().
afterDelay
(
1
*
kj
::
SECONDS
).
then
([]()
{
abort
();
}).
detach
([](
kj
::
Exception
&&
)
{});
char
dummy
[
8192
];
for
(
auto
i
:
kj
::
indices
(
dummy
))
{
dummy
[
i
]
=
"ba"
[
i
%
2
];
...
...
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