diff options
author | unknown <ndbdev@shark.> | 2004-12-26 13:08:26 +0100 |
---|---|---|
committer | unknown <ndbdev@shark.> | 2004-12-26 13:08:26 +0100 |
commit | f5f2a13e668fd56b7a91e32ff20d17b958b9b4f6 (patch) | |
tree | 2a673c54c340eedd67f4218ddb7c5130b95ebb19 /ndb/test/tools | |
parent | ff4d272eabd35324a922bba4d231c64b332cc44e (diff) | |
download | mariadb-git-f5f2a13e668fd56b7a91e32ff20d17b958b9b4f6.tar.gz |
ndb - removed warnings from Makefile's
ndb/docs/Makefile.am:
removed extra \'es
ndb/test/tools/Makefile.am:
removed unused definition
Diffstat (limited to 'ndb/test/tools')
-rw-r--r-- | ndb/test/tools/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/test/tools/Makefile.am b/ndb/test/tools/Makefile.am index 6b5e127b03d..873136e254d 100644 --- a/ndb/test/tools/Makefile.am +++ b/ndb/test/tools/Makefile.am @@ -3,7 +3,6 @@ ndbtest_PROGRAMS = hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hug # transproxy -hugoCalculator_SOURCES = hugoCalculator.cpp hugoFill_SOURCES = hugoFill.cpp hugoLoad_SOURCES = hugoLoad.cpp hugoLockRecords_SOURCES = hugoLockRecords.cpp |