THRIFT-92. Remove the shebang line from reflection_limited.thrift

We have tentatively decided to nix the shebang notation for Thrift files.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@678530 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/if/reflection_limited.thrift b/if/reflection_limited.thrift
index e96416f..e7340d1 100644
--- a/if/reflection_limited.thrift
+++ b/if/reflection_limited.thrift
@@ -1,5 +1,3 @@
-#!/usr/local/bin/thrift -php -java -cpp -py
-
 // NOTICE!!!
 // DO NOT FORGET to run regen.sh if you change this file
 // (or if you change the compiler).