Skip to content
Snippets Groups Projects
Commit 4dca29dd authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove large object finalize code. Compile error.

parent 398b41a2
Branches
Tags
No related merge requests found
...@@ -121,14 +121,6 @@ public class LargeObjectManager ...@@ -121,14 +121,6 @@ public class LargeObjectManager
DriverManager.println("Large Object initialised"); DriverManager.println("Large Object initialised");
} }
/*
* Added to free resources during garbage collection,
* Philip Crotwell <crotwell@seis.sc.edu>
*/
protected void finalize() {
close();
}
/** /**
* This opens an existing large object, based on its OID. This method * This opens an existing large object, based on its OID. This method
* assumes that READ and WRITE access is required (the default). * assumes that READ and WRITE access is required (the default).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment