OSDN Git Service

Code cleanup.
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Oct 2001 06:27:56 +0000 (06:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Oct 2001 06:27:56 +0000 (06:27 +0000)
src/tools/pgindent/pgindent

index 2c40b84..9938f92 100755 (executable)
@@ -1320,7 +1320,6 @@ int       pgindent_func_no_var_fix;\
                            line3 ~ "           *}$")
                        {
                                print line2;
-                               line1 = "";
                                line2 = "";
                                line3 = "";
                                skips = 3;
@@ -1350,7 +1349,6 @@ int       pgindent_func_no_var_fix;\
                        {
                                print line1;
                                print line3;
-                               line1 = "";
                                line2 = "";
                                line3 = "";
                                skips = 3;
@@ -1378,7 +1376,6 @@ int       pgindent_func_no_var_fix;\
                            line2 ~ "^#endif")
                        {
                                print line2;
-                               line1 = "";
                                line2 = "";
                                skips = 2;
                        }