aboutsummaryrefslogtreecommitdiff
path: root/go/pointer/callgraph.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/pointer/callgraph.go')
-rw-r--r--go/pointer/callgraph.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/pointer/callgraph.go b/go/pointer/callgraph.go
index 48e152e4a..0b7aba52a 100644
--- a/go/pointer/callgraph.go
+++ b/go/pointer/callgraph.go
@@ -39,7 +39,6 @@ func (n *cgnode) String() string {
// it is implicitly context-sensitive.
// callsites never represent calls to built-ins;
// they are handled as intrinsics.
-//
type callsite struct {
targets nodeid // pts(ยท) contains objects for dynamically called functions
instr ssa.CallInstruction // the call instruction; nil for synthetic/intrinsic