Skip to content

Commit

Permalink
Fix orphaned declarations from /table improvement
Browse files Browse the repository at this point in the history
Thanks to Alexey for pointing out that I forgot to remove the
declarations when I removed the implementation.

Change-Id: I257572e6758c0bc792e272a73dba0d32d282c5d6
Reviewed-on: http://gerrit.cloudera.org:8080/4023
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <[email protected]>
  • Loading branch information
wdberkeley authored and toddlipcon committed Aug 18, 2016
1 parent 13ea280 commit 3acfe91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/kudu/server/webui_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ void HtmlOutputImpalaSchema(const std::string& table_name,
std::stringstream* output);
void HtmlOutputTaskList(const std::vector<scoped_refptr<MonitoredTask> >& tasks,
std::stringstream* output);

string FriendlyEncodingTypeName(EncodingType enc);

string FriendlyCompressionTypeName(CompressionType enc);
} // namespace kudu

#endif // KUDU_SERVER_WEBUI_UTIL_H

0 comments on commit 3acfe91

Please sign in to comment.