Skip to content

Commit

Permalink
Remove PZFPGA_ENABLE macro in cmd/openmldb.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantpaidi committed Mar 10, 2022
1 parent 0279b70 commit 576300d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cmd/openmldb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,7 @@ void StartTablet() {
PDLOG(WARNING, "Fail to start server");
exit(1);
}
#ifdef PZFPGA_ENABLE
PDLOG(INFO, "start tablet on endpoint %s with version %s with fpga",
real_endpoint.c_str(), OPENMLDB_VERSION.c_str());
#else
PDLOG(INFO, "start tablet on endpoint %s with version %s", real_endpoint.c_str(), OPENMLDB_VERSION.c_str());
#endif
if (!tablet->RegisterZK()) {
PDLOG(WARNING, "Fail to register zk");
exit(1);
Expand Down

0 comments on commit 576300d

Please sign in to comment.