diff options
author | Carl Worth <[email protected]> | 2010-07-14 12:45:58 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-07-20 17:01:11 -0700 |
commit | f15e27ec1d3238df5cd5ab40642e21aea5a162e3 (patch) | |
tree | 3eb416b5006e432e7561841892e7a4452d2930f4 /src/glsl/glcpp/Makefile.am | |
parent | 325a49701fbee14a99a02c69872a1d7577a633cf (diff) |
glcpp: Delete copies of hash_table.c, hash_table.h, and other headers.
These were only ever intended to exist in the original, standalone
implementation of glcpp, (with the idea of dropping them as soon as
the code moved into mesa). The current build system wasn't compiling
this C file, but the presence of the header files could cause problems
if the two copies diverge in the future.
We head those problems off by deleting al of these redundant files.
Diffstat (limited to 'src/glsl/glcpp/Makefile.am')
-rw-r--r-- | src/glsl/glcpp/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index a49fd615cda..00c6c5610eb 100644 --- a/src/glsl/glcpp/Makefile.am +++ b/src/glsl/glcpp/Makefile.am @@ -25,7 +25,6 @@ libglcpp_la_SOURCES = \ glcpp-lex.l \ glcpp-parse.y \ glcpp.h \ - hash_table.c \ pp.c \ xtalloc.c |