From 2b0a8971e38a6d045db40109f58ddd3cae03a29f Mon Sep 17 00:00:00 2001 From: "A.N" Date: Tue, 6 Sep 2016 18:26:27 +0300 Subject: [PATCH] Remove obsolete comment The implementation which caused it was abandoned before first commit. --- tracecallback.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tracecallback.go b/tracecallback.go index 2091058..6291fe2 100644 --- a/tracecallback.go +++ b/tracecallback.go @@ -165,10 +165,6 @@ func traceCallbackTrampoline( info.StmtHandle = uintptr(p) case TraceClose: - // (conn == nil) is the *expected* state for the Close event: - // the driver's connection (the Go struct) must be closed - // before the underlying SQLite C API object, and very likely - // before the Close event is reported to this callback by SQLite. handle := uintptr(p) if handle != info.ConnHandle { panic(fmt.Sprintf("Different conn handle 0x%x (expected 0x%x) in SQLITE_TRACE_CLOSE event.",