Commit f15ace79 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix compiler warning on Cygwin

bf68b79e introduced an unused variable
compiler warning on Cygwin.
parent 17a28b03
......@@ -257,7 +257,9 @@ save_ps_display_args(int argc, char **argv)
void
init_ps_display(const char *fixed_part)
{
#ifndef PS_USE_NONE
bool save_update_process_title;
#endif
Assert(fixed_part || MyBackendType);
if (!fixed_part)
......
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