Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: net/tools/flip_server/other_defines.h

Issue 4094002: flip_in_mem_edsm_server builds again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/flip_server/epoll_server.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/other_defines.h
diff --git a/net/tools/flip_server/other_defines.h b/net/tools/flip_server/other_defines.h
index dda21513033d2ed77f97862d0d0fff634923e063..2dd8103cdd163ca7e11f6b3e5f3c4ff7dcc442c9 100644
--- a/net/tools/flip_server/other_defines.h
+++ b/net/tools/flip_server/other_defines.h
@@ -13,9 +13,5 @@ class NullStream {
NullStream operator<<(T t) { return *this;}
};
-#define VLOG(X) NullStream()
-#define DVLOG(X) NullStream()
-
-
#endif // NET_TOOLS_FLIP_SERVER_OTHER_DEFINES
« no previous file with comments | « net/tools/flip_server/epoll_server.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698