Skip to content

Commit b5507d4

Browse files
committed
Merge branch 'greg' of github.com:apigee/apib into greg
2 parents f3c803e + 8b5146b commit b5507d4

File tree

11 files changed

+0
-687
lines changed

11 files changed

+0
-687
lines changed

src/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cc_library(
1818
name = "common",
1919
srcs = [
2020
"apib_lines.cc",
21-
"apib_message.cc",
2221
"apib_rand.cc",
2322
"apib_time.cc",
2423
"apib_url.cc",
@@ -37,7 +36,6 @@ cc_library(
3736
hdrs = [
3837
"apib_cpu.h",
3938
"apib_lines.h",
40-
"apib_message.h",
4139
"apib_rand.h",
4240
"apib_reporting.h",
4341
"apib_time.h",

src/apib_iothread.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ void IOThread::threadLoopBody() {
335335
}
336336

337337
void IOThread::threadLoop() {
338-
int ret = 0;
339-
340338
iothread_Verbose(this, "Starting new event loop %i for %i connection\n",
341339
index, numConnections);
342340

src/apib_message.cc

Lines changed: 0 additions & 371 deletions
This file was deleted.

0 commit comments

Comments
 (0)