From f6c6c9c09d9d785bb37da5d87d880d4122c9452f Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 21 Jul 2008 19:03:31 +0000 Subject: [PATCH] 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 --- if/reflection_limited.thrift | 2 -- 1 file changed, 2 deletions(-) diff --git a/if/reflection_limited.thrift b/if/reflection_limited.thrift index e96416fe..e7340d11 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). -- 2.17.1