terminal: Remove vlog modules.
authorJesse Gross <jesse@nicira.com>
Mon, 23 Aug 2010 17:42:19 +0000 (13:42 -0400)
committerJesse Gross <jesse@nicira.com>
Mon, 23 Aug 2010 17:42:19 +0000 (13:42 -0400)
The terminal modules in vlog-modules.def weren't removed when the
code was, which breaks compilation due to a check for this
condition.

lib/vlog-modules.def

index 20f3b88..736d93e 100644 (file)
@@ -76,9 +76,7 @@ VLOG_MODULE(stream_unix)
 VLOG_MODULE(stream)
 VLOG_MODULE(status)
 VLOG_MODULE(svec)
-VLOG_MODULE(terminal)
 VLOG_MODULE(timeval)
-VLOG_MODULE(tty)
 VLOG_MODULE(socket_util)
 VLOG_MODULE(unixctl)
 VLOG_MODULE(util)
@@ -87,7 +85,6 @@ VLOG_MODULE(vconn)
 VLOG_MODULE(vsctl)
 VLOG_MODULE(vlog)
 VLOG_MODULE(vswitchd)
-VLOG_MODULE(vt)
 VLOG_MODULE(xenserver)
 
 #undef VLOG_MODULE