Removed tree balancing code from FileStore.

This commit is contained in:
2016-06-23 00:28:43 -04:00
parent 60d5d2694e
commit c08a8c8b39
4 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
project=`pwd`
buildDir="build/sdl_debug"
buildDir="build/debug"
mkdir -p $buildDir
pushd $buildDir