aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/textflag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/textflag.h b/src/runtime/textflag.h
index 214075e360..8930312201 100644
--- a/src/runtime/textflag.h
+++ b/src/runtime/textflag.h
@@ -28,7 +28,6 @@
#define TLSBSS 256
// Do not insert instructions to allocate a stack frame for this function.
// Only valid on functions that declare a frame size of 0.
-// TODO(mwhudson): only implemented for ppc64x at present.
#define NOFRAME 512
// Function can call reflect.Type.Method or reflect.Type.MethodByName.
#define REFLECTMETHOD 1024