Commit ea458f60 authored by Zhongming Qu's avatar Zhongming Qu

Remove an empty textual_hdrs field.

parent e6e2e137
...@@ -46,8 +46,6 @@ def glog_library(namespace='google', with_gflags=1): ...@@ -46,8 +46,6 @@ def glog_library(namespace='google', with_gflags=1):
':vlog_is_on_h', ':vlog_is_on_h',
'src/glog/log_severity.h', 'src/glog/log_severity.h',
], ],
textual_hdrs = [
],
strip_include_prefix = 'src', strip_include_prefix = 'src',
copts = [ copts = [
# Disable warnings that exists in glog. # Disable warnings that exists in glog.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment